How to optimize Interaction to Next Paint (INP) in WordPress
Interaction to Next Paint (INP) is a Core Web Vitals metric introduced on March 12, 2024. It’s definitely one of...
How to hide the Perfmatters admin bar menu
Admin bar menus in WordPress can be great for providing shortcuts to commonly used features (such as clearing Used CSS...
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 remove unused CSS in WordPress
The “Reduce unused CSS” warning is triggered by PageSpeed Insights when you have code being loaded by a plugin or...
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 “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...
Filters to further customize Perfmatters
Below is a list of all the filters available in Perfmatters. These allow you to further customize the plugin. If...
How to add an exception based on user state: logged in or logged out
There might be times when you need to add an exception for a script or plugin based on the state...
How to get started with Perfmatters (settings and recommendations)
This is a good place to get started after first installing Perfmatters. We’ve put together some recommended settings we typically...
How to preload a resource in WordPress
Preload allows you to specify resources (such as fonts, images, JavaScript, and CSS) that are needed right away or very...