Home WordPress Troubleshoot Article
After running a performance audit using PageSpeed Insights and Lighthouse, it may show the recommendation:
“Serve static assets with an efficient cache policy.”
This indicates that your browser needs clearer instructions on how long to store your website’s static files, like images, JavaScript, CSS, and fonts, on a visitor’s device.
Static assets are not required to be downloaded by the browsers when these assets are stored locally, even if the users return to the site. This process, known as browser caching, enhances user experience by reducing page load times.
There are two HTTP headers responsible for enabling browser caching:
If you're seeing this Lighthouse warning, it likely means that either:
Google recommends a minimum cache expiration period of 30 days for static assets.
Browser caching temporarily stores website resources (like HTML, images, and scripts) on a user's local device. This avoids re-downloading the same files every time the user visits your site, speeding up future visits.
To enable proper caching, you should configure both:
[ 0 Out of 0 Found Helpful ]
Submit a ticket and we’ll get back to you as soon as possible.