Search results for helper plugin

297 articles found

  • Conditionally preload fonts on mobile devices

    The Preload Fonts feature in WP Rocket allows you to preload fonts to improve loading time and site performance. By default, WP Rocket will preload fonts for all the devices and all the pages. You

  • WP Rocket's GitHub repository

    WP Rocket codebase, plans and issues are public, and can be found in the official repository on GitHub. Over there, the product team is in charge of assessing the reported issues. As a part of their

  • Cloudflare - Recommended settings

    You don't have to make any changes in the Cloudflare settings when using WP Rocket. If you want to be sure that there won't be any issues, you can either turn on the Optimal Settings option on the WP

  • Using WPForms with WP Rocket

    WP Rocket is compatible with the WPForms plugin. However, if you're still seeing issues between both plugins, the information in this article can be handy. Using WPForms with WP Rocket's Delay

  • Database optimizations are not working

    This article contains information about the most common issues with the options in the Database tab, and how to solve them. Basic requirements Database optimizations require that WP-Cron is triggered

  • Avoid serving legacy JavaScript to modern browsers

    Heads up! This is a developer-level document. You need to be one or hire one to implement this optimization. It may require changes to code in your theme or a plugin. This means your site is using

  • Can I run WP Rocket on localhost and staging domains?

    Local and staging domains WP Rocket will work locally if you use one of the domain endings listed below, or just localhost. Local installations don’t count as sites for licensing purposes, although

  • Defer offscreen images

    What does Defer offscreen images mean? PageSpeed Insights makes the following recommendation: “Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to

  • Minimize main thread work

    The browser’s main thread processes all the scripts and styles needed to display the web page. When it has too much work to do, the thread is blocked and this delays the page load and will make it

  • Eliminate render blocking resources

    What does Eliminate render blocking resources mean? Before the browser can display (render) a web page, it has to read its HTML. During this process, whenever the browser encounters a reference to a

  • Efficiently encode images

    Google Lighthouse will scan all the JPG and PNG images of your website. The tool will process them with a compression level of 85%, and then these optimized images will be compared with your original

  • My site has no styles and looks broken

    If you see that your site looks broken, i.e. it loads but there is no styling as in the image below, you can do some important troubleshooting which will help us better assist you. Find out what the

  • Basic requirements for RocketCDN to work

    What are the requirements to work? A valid domain name. RocketCDN won’t work on a website that is currently only an IP address. As RocketCDN is a pull CDN, your site must be publicly accessible for

  • Dynamic exclusions and inclusions

    All exclusions and inclusions required for compatibility, i.e. prevent WP Rocket from breaking a site's layout or functioning, are stored in WP Rocket's cloud and distributed in specific lists for

  • Reduce the impact of third party code

    What is third party code? Third-party code refers to elements that are included on your website but are not hosted by you. Instead, these resources are coming from a different domain/URL. Common

  • Preload key requests

    What does Preload Key Requests mean? According to PageSpeed Insights, the assets that are loaded from another file and do not contain the attribute rel=”preload” will be flagged by this

  • Serve static assets with an efficient cache policy

    This recommendation refers to browser caching and for how long the browser should keep your static files in its cache for better performance. As we explain in this article, browser caching is a

  • Bypass WP Rocket's caching and optimizations

    In this article, you will learn how to bypass WP Rocket's caching and optimizations. This is needed in the following scenarios: To check if a display issue is caused by WP Rocket or not. To speed

  • cURL error 28

    Have you received an error like these while validating your WP Rocket license, or after activating Load CSS Asynchronously? Error: cURL error 28: Operation timed out after x milliseconds cURL error

  • Troubleshoot Delay JavaScript execution issues

    In this article, you'll learn how to identify, differentiate and solve issues related to the Delay JavaScript execution feature, how to handle exclusions and some examples. Heads up! This is an

  • Resolve 403 (forbidden) error

    If you experience a 403 forbidden error message on your site, that usually means access to some of your files gets blocked. In most cases, this is due to an .htaccess file located in one of these

  • My site was hacked or has malware

    When downloaded from the official website, WP Rocket will not introduce malware to your site. However, this article contains information about how WP Rocket interacts with a hacked site, and further

  • Reduce unused JavaScript

    This recommendation can be resolved by activating the WP Rocket option Delay JavaScript Execution. Although it does not technically remove the unused parts of the code from your site, the delayed

  • Excluding dynamic filenames

    This guide will show you how to exclude files from WP Rocket's optimizations when their filenames are dynamically changing. In this article Dynamically changing file names Excluding dynamically

  • Minify JavaScript files and Combine JavaScript files

    What do "minify" and "combine" mean? Minify Minification is the process of removing white space and comments from code. This makes the file size smaller, therefore faster to download. Minification

  • Asynchronous optimizations

    WP Rocket has a few asynchronous optimizations. This means that while the optimizations are applied automatically, they are not instantaneous, and they require a series of steps (and time) before

  • Avoid an excessive DOM size

    When a web page is loaded, the browser creates a Document Object Model (DOM) of the page. The HTML DOM model is constructed as a tree of Objects: Image source:

  • Database size increases with Remove Unused CSS

    Remove Unused CSS stores some information in the database, and in some scenarios, it can grow quite large. There are two tables involved in database size issues when using Remove Unused CSS: Used CSS

  • Replace YouTube iframe with preview image

    Definition This feature detects the presence of compatible YouTube iframes in your site, and changes their markup so that the iframe tag is replaced by an img tag containing the thumbnail that's set

  • Preload fonts

    Preload Fonts helps address the PageSpeed recommendation to Preload Key Requests. The feature is found on the Preload tab: In this Article How to use Preload Fonts Using Preload Fonts with Remove

  • CSS changes don’t show up

    In this Article Clear the Used CSS Browser caching How to bust the browser cache Unique themes - Genesis, X Theme If you are making changes to the CSS files on your site and you've cleared the WP

  • Site Health Check

    This article contains information about common WordPress Site Health checks, how WP Rocket can help, and how it's related to some of them. WP_CACHE is set to false The WP_CACHE is a WordPress native

  • Preload cache

    The Preload Cache feature emulates a visit to your site's pages to generate cache files. Since the feature is enabled by default on plugin installation, there's no need to wait until a real visitor

  • ManageWP: how to clear and preload WP Rocket cache

    You can clear and preload WP Rocket cache from your ManageWP control panel. To do it, you can use the following snippet. <?php // ManageWP PHP Snippet, will clear the cache and trigger a preload. //

  • How to improve your mobile PageSpeed score

    It is very normal for mobile speeds to be slower, and the PageSpeed score lower, than desktop results. This guide will explain why, recommend which WP Rocket settings will have the most impact, and

  • Missing update notification in dashboard

    After we release a new version of WP Rocket, it can take around 12 hours for the update notification to appear on your Plugins page. Sometimes you won't see the update notification for WP Rocket in

  • Total Blocking Time and Interaction to Next Paint

    Total Blocking Time (TBT) is not an actual Core Web Vital metric, but it’s important because we can measure it using tools like PageSpeed Insights or Lighthouse, unlike Interaction to Next Paint.

  • Find the best settings for your site

    After you've enabled WP Rocket, the automatic features and default settings will be applied to the website, however, enabling the additional optimizations will help you get the most out of WP Rocket.

  • Using WP Rocket on your ecommerce site

    WP Rocket is compatible with e-commerce plugins for WordPress such as: WooCommerce BigCommerce Easy Digital Download iThemes Exchange Jigoshop WP-Shop Note: These plugins require that some specific

  • Control WordPress Heartbeat API

    The WordPress Heartbeat API provides a connection for real-time data transfer and syncing between the server and the browser. Examples of where the Heartbeat API is involved include: Autosave and

  • CRON and WP Rocket

    This article covers all the relevant information about cron on WordPress and its relation with some WP Rocket's features, as well as instructions to set up cron job in the server, and a common issues

  • Never cache cookies

    This article contains information about the Never Cache Cookies feature in WP Rocket's Advanced Rules tab, the common use scenarios, and instructions how to set the cookie to exclude. In this article

  • WordPress dashboard / WP Rocket settings page doesn't update

    It may happen that WordPress backend or WP Rocket Settings Page are not being updated or changes can't be saved as expected. The causes and possible solutions are presented below. Can't save / update

  • LazyLoad for CSS background images

    WP Rocket includes the LazyLoad for CSS background images feature, which is in charge of deferring the background images inserted via internal styles and CSS files. This helps the page to load faster

  • rocket_clean_home()

    Use the rocket_clean_home() function when you want to purge your home page from the cache. If your website is multilingual, you can specify the language to purge. // clean the home

  • Which IP addresses and URLs do I need to allow for WP Rocket?

    For license validation and for some features, WP Rocket relies on external services. You can check their status here: https://wp-rocket.me/status/. IPs and URLs of these services need to be allowed

  • Images are not showing up

    In some cases, WP Rocket's features can prevent all or some images from showing up. Most of the time, this behavior is caused by either the LazyLoad or Delay JavaScript execution feature. LazyLoad

  • “Sorry, you’re not allowed to access this page” error

    This is not something that could be triggered by WP Rocket. You can verify that by enabling WordPress Debugger and see if there is anything related to WP Rocket showing here. It usually affects

  • Using SG Optimizer with WP Rocket

    Don't duplicate features in SG Optimizer It's fine to use both plugins, but duplicate features should be avoided. Some features are activated automatically by WP Rocket. So these should be

  • "realpath(): open_basedir restriction in effect. File(/) is not within the allowed path(s)" error

    This error happens when PHP has its access limited by the value of open_basedir PHP setting. open_basedir limits the files that can be accessed by PHP to the directory-tree it is specified on this