[Suggestion] Speed improvements

Mez

Member
  • Make CSS.php cacheable (base on version number?)
  • Specify image dimensions on logo.png (improves render time)
  • Place inline JS in header before CSS or after calls to external media (I believe in this case, it's GA)
  • Optimise CSS (On homepage, 71% of the CSS loaded is not used)
 
Upvote 0
However, if someone has a larger file, or the user has a slow connection, on some browsers, it will not render the page until it can block out the image correctly on the page :D
You are talking about my grandma who uses a dialup connection, right? :)
My uncle upgraded her to high-speed, so we can all do video conferences over Skype.

I suggest you to use Nginx and cache all static files. Problem solved. :D

For anyone updating the template code to change their image, they'd have to adjust the image dimensions as expected.
I think they use predefined image sizes, in admin CP?

Sorry, I had to talk about my grandma... Is true, I can now do video conferences with her. Cheers! {tinysmile}
 
Actually, the size of the header image is a non-issue and all of this is redundant, as the container within which it lives has a specified height, meaning that page rendering can continue regardless of the downloaded state of the header image.

Screen shot 2010-09-03 at 08.30.39.webp

So :p
 
Top Bottom