I’ve launched my first project, the website for my agency. And I’m curious if the unused (not live) pages within my theme could be slowing down the website load times.
I purchased a theme (website template) and it came with loads of other pages (brilliant - it helped speed up my build time). But what do I do with them if they’re not being used? This is what I mean: Monosnap
I have a homepage, services page, about me page and a blog section. So do I really need all these other pages?
After running a SpeedInsights test from Google, I see the mobile site at 53. Which seems really low considering I’ve reduce image sizes. The “Contentful Paint” looks to be the biggest issues. But after reading what this is, I’m still confused. Can anyone clear this up for me?
Hey @Kellan_Hannah in my opinion other pages can’t slow down your load score. In most cases to optimize your page you should convert images and use svg where you can. If you use analytics it also slow down your page.
While the extra pages shouldn’t have an effect on site speed, the extra JS and CSS used within those pages may be adding a fair amount of bulk to the project.
To clean things up a bit, I’d duplicate the project (to keep a backup of these elements for future use), delete any unused pages on your live site, then clean up both your styles and interactions in the Designer:
Keep in mind that if you still have elements in the project that use these styles or interactions, the “Clean Up” function won’t remove those styles/interactions—so removing the unnecessary content and pages is necessary beforehand.
On Google Page Speed insights, I usually improved some scores be using seperate image files on Mobile (smaller or dpi) and Desktop (larger, non-dpi) viewport modes.