TapTapMobile / narcononuk

narcononuk
0 stars 0 forks source link

page speed #11

Open jenbrannstrom opened 9 years ago

jenbrannstrom commented 9 years ago

Once done with all other issues, please do what you can to enhance the page speed, and further remove unused code Whatever CSS you can place inline , please do so to reduce GET requests whenever possible

Right now this new page is performing worse than the original: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.taptap.mobi%2Fnarcononuk%2F

c3j333 commented 9 years ago

I've already cleared the codes there's just 2 large & compressed js & css that comes with the original source that I can't do anything about. They're necessary for the overall usability of the page. I don't think css files are causing the slowdown though. It's just more about loading images by photo slider, video wall & google geolocation resources. I've managed to to reduce image sizes of photo slider to about 70% but these new reduced images were placed inside the taptapmobile host from the original CDN. Also the images request for the number of thumbnail or the video wall was reduced to about 40%. The only remaining option is to disable more from image dependent contents.

jenbrannstrom commented 9 years ago

I'm not sure we need the geolocation feature. The Geo-tag was meant for the main site that would direct a visitor to different pages. This specific page we are making is meant for UK only. The page is still quite heavy: http://prntscr.com/8uel9s Can you handle the images and render-blocking as mentioned? I suppose caching is not possible on gh-pages' basic hosting

c3j333 commented 9 years ago

Done all content related optimization except for server related fixes for issues suggested by insights (content caching & server response time).