Caution: This post was published in 2016 and may contain information, techniques, or code examples that are no longer current. Please double-check official documentation and modern best practices before using anything from this article.

Cloudflare: My next step for website optomisation

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.

with-cloudflare

The load times of just under 2 seconds were achieved

with-cloudflare-settings-for-wordpress

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.


WordPress developer

<p>
  in Belfast, Northern Ireland
</p>

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.

<p>
  <a class="button" href="/contact/">Contact me today!</a>
</p>

Latest posts

Structured data for SEO

Adding structured data to a website is one of those steps that often gets overlooked, yet it can make a real difference to how a site performs in search engines.…

Continue reading

Using WordPress as a static site generator

Static site generators have gained significant traction amongst developers, designers, and businesses seeking faster, more secure websites. Unlike traditional dynamic sites, which rely on a database to deliver content on…

Continue reading

Simple steps to protect your privacy online

In today’s digital world, protecting your privacy online has become essential. With personal data constantly being shared, stored, and potentially accessed by unauthorised parties, safeguarding your privacy can help you…

Continue reading

Moving a WordPress Website with ACF and Custom Post Types to Brightspot CMS

Migrating a website from WordPress to Brightspot CMS can seem daunting, particularly when the WordPress installation relies heavily on Advanced Custom Fields and Custom Post Types. Both ACF amd CPT…

Continue reading