statesman / scoreboard

A high school football scoreboard, fed by TeamPlayer data
http://projects.statesman.com/sports/scores/
0 stars 0 forks source link

Attempt to speed-up load time #24

Closed achavez closed 10 years ago

achavez commented 10 years ago
achavez commented 10 years ago

First load waterfall from webpagetest.org:

waterfall

achavez commented 10 years ago

I've cut down on some of the client side processing for each of the game score models. I've also dropped several fields that TeamPlayer was returning that we don't need. That cut the payload from TeamPlayer in half.

Other than that, I can't find much more performance to squeeze out of this, but I'll keep looking for options as I'm moving through the buildout.