Faster load times
Posted by Mike Haller
on Wednesday, April 8. 2009
at 08:00
- page load is slow and jumpy. Some background images are loaded very late, which leaves the initial state unreadable for a few seconds. Looks very unprofessional.
- snaps.com takes up a lot of time, as it loads much stuff and injects a lot of javascript code into the page.
- twitter plugin takes up time as it does a real HTTP request on each request. Okay, there seems to be a cache somehow, but twitter is awfully slow and the plugin requests new updates every minute or so. I decided that it's not worth the fancy widget.
See how the page load time could be improved from 1.5-7.5 seconds down to 0.5 seconds with some quick changes done in 5 minutes.
Update: Unfortunately, initial load time from U.S. is still rather slow due to a lot of JavaScript files being requested. I used webpagetest.org to do a tests and it shows how the latency kicks in and produces 6.5seconds load time of the 'optimized' page. Have to do a lot more than that to get this better.


