-
-
WordPress Plugin and Cloudflare Worker
In order to create great User Experience (UX), websites should always load fast. I mean immediately! It’s really tough to achieve instant results. AMP is one of the ways Google is trying to speed up the entire internet. But there’re simply so many steps we need to achieve in order to achieve speed. For every…
-
How To Reduce Server Response Time Waiting (TTFB)
To be blunt, most articles on the web written about reducing waiting TTFB are complete garbage and written by content writers who have no technical or speed optimization experience and are simply parroting what everyone else says online. In this article, we’ll share the troubleshooting steps and recommendations we’ve created after optimizing 100’s of WordPress…
-
How to Serve WebP Format Images in WordPress
WebP is a modern format for serving images faster than ever. If you are using WordPress, you can easily serve all images in WebP with some basic tweaks. Most Browsers support WebP According to Caniuse data, WebP is currently supported in 91% browsers include Apple Safari, Google Chrome, Opera, Mozilla Firefox, Microsoft Edge and Android browsers. You can still serve JPEG/PNG as…
-
How To Use Cookie-Free Domains with Cloudflare in WordPress- CDN
Seeing “Use cookie-free domains” error at GTmetrix Yslow or Pingdom for your site? GTmetrix report Why use Cookie Free Domains? When the browser requests a static element and sends cookies with the request, the server ignores the cookies. These cookies are unnecessary network traffic. It increases page load time. Therefore, it is better to avoid…
-
How To Speed Up & Optimize WordPress database connection
In this post, we’re going to break down and share how we optimize the WordPress database connection and database queries when working on site speed.A slow WordPress database connection or slow queries will typically manifest in areas in WordPress that aren’t cached like the WordPress backend, checkout pages in WooCommerce, or membership pages on a…