Tips
How to fix the properly size images warning from Google in WordPress
The warning from Google to properly size images is a very common one that comes up these days. This happens...
Best Cloudflare settings for WordPress (turbocharged at the edge)
It doesn’t matter how fast your WordPress host is; you can never overcome network latency. A content delivery network (CDN) like Cloudflare fixes this...
How to fix the “Serve static assets with an efficient cache policy” warning
Google will flag your assets with the “Serve static assets with an efficient cache policy” warning when they have a...
How to fix the “Eliminate render-blocking resources” warning
Resources like CSS and JS are typically render-blocking by nature. This means they block the first paint of your page,...
How to fix the “Reduce initial server response time” warning (TTFB)
The “Reduce initial server response time” warning is triggered by PageSpeed Insights when your time-to-first-byte (TTFB), also referred to as...
How to fix the “Largest Contentful Paint image was lazily loaded” warning
Lazy loading is standard practice these days and one of the easiest ways to speed up your WordPress site. By...
How to fix the “Ensure text remains visible during webfont load” warning
Google requires that your text (web fonts, font icons, etc.) always remain visible as your WordPress site loads. This impacts...
How to find and fix JavaScript console errors
Tracking down JavaScript console errors can be tricky. We go through a few tips using Chrome DevTools, troubleshooting inline JS, and more.