melodicodyssey / slowest_lab

A lab for practicing basic rails optimization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Slowest Lab

This app stores venues, shows, users, attendances of users to shows, and follows between users. It's so slow! Make it fast. Write in the readme of your repo what changes you made and what effect they had.

To get started, create and migrate, then run rake data:gen. This will take about 2 minutes, because it generates a lot of sample data, which we need because everything is fast with no data.

About

A lab for practicing basic rails optimization.


Languages

Language:Ruby 97.6%Language:CSS 1.9%Language:JavaScript 0.6%