I’ve been working to dramatically reduce page load times on my site. Load times were reduced from 6 seconds to about 3 just by minifying content, using a CDN for static resources and generally removing scripts images that were not required.
My main issues ended up being a slow server using cheap hosting and an SSL certificate that marginally increases the download time.
The load times of just under 2 seconds were achieved
The above rules were required in CloudFlare to get it working correctly with WordPress, the first rule turns off caching for the admin area and a few other bits and pieces. The second rule ensures page preview works. Both these rules completely do away with caching at all levels.
The last rule is the catch all for everything not included in the above two rules. it caches everything on the domain.
in Belfast, Northern Ireland
I’ve been developing WordPress websites for 10 years and am always looking for the next exciting project from personal blog, community portal or business website. Why not get in touch to see if I can help you with yours.
May 2024
Email deliverability refers to the ability of an email to successfully reach the recipient's inbox, rather than being marked as spam or bouncing back. High... Continue reading "Email and newsletter deliverability best practice"
February 2024
Animated SVGs, Scalable Vector Graphics, are increasingly popular choices for adding dynamic elements to websites. Their scalability, lightweight nature, and flexibility make them attractive options... Continue reading "Animated SVGs (Scalable Vector Graphics)"
December 2023
Scalable Vector Graphics (SVGs) have revolutionised website design, offering unparalleled flexibility, scalability, and interactivity. As versatile graphic elements, SVGs can enhance the visual appeal and... Continue reading "Using Scalable Vector Graphics (SVGs)"