Improving Page Load Time
-
I’m trying to improve page load time and am looking for some tips. There are a few things I’m considering. I’ve used WebPageTest.org to get my load time information. 69 Total requests and 2,756 kb.
1. I did not create the theme for this page and support is no longer supplied so I’m wandering if it’s worth it to decipher and rework code to combine css files. I see 12 being loaded within the first 18 requests, the main file being 9.2kb
2. The Revolution Slider is being used with 6 image slides the largest image being 305.8kb average around 175kb. Are these images too large because this appears to be a huge chunk of the load time.
3. I’ve read the Filament Group’s article about reducing load times in RWD and am wandering if it is worth it to inline around 20 javascript files each under 10kb or just have them load with <async>
4. An Adobe typekit font is loaded as well as Google Analytics. Is there a best practice for loading those without slowing down render time because I know those are hefty requests. I would assume with the font the answer is no because it is the body copy font.
5. I don’t see any WordPress related requests that would slow anything down but is there anything else I should do?
The topic ‘Improving Page Load Time’ is closed to new replies.