Clidus / gwl

Video game collection, wishlist and backlog tracker.
https://www.gamingwithlemons.com/
MIT License
18 stars 6 forks source link

Collection page load speed #48

Closed Clidus closed 10 years ago

Clidus commented 10 years ago

Since adding the dynamic collection stats, the collection ajax call is now noticeably slower on production. This wasn't an issue in the development environment.

Obviously caused by doing two queries instead of one.

How can this be sped up?