Speed pages aim to faster page-loads by prefetching in-viewport links and manually added. The pages will load faster because part of the data will be downloaded before the user navigates to that page.

1- Configuration:

This plugin doesn't require any configuration. You only need to install it, and the plugin automatically will find the links on your page.

If your page doesn't expose any links, you need to add the pages manually using the "Add Speed Pages" action after the page is loaded:

You can add as many links as you want using the + button.

Only the right field (RED): is required (link field). We recommend using the "Website home URL" built-in parameter to specify our host website. This way, the app automatically will define the URL if we are in the /version-test/ or we are in live.

You can also add external hosts using the entire link, e.g., https://something.com/myapp, but make sure this URL CORS is enabled; otherwise, the connection will be refused by security rules.

The left field (YELLOW): optional field that has any effect in the plugin, but useful to add reminders of what each link is. (If you don't want to use it, just add a space in the field).

To see if your pages are prefetching correctly, you can use the browser Inspector tool (Right-click and select Inspect tool in your browser. Now navigate to “Network” and select “Fetch/XHR” tab. You will see there the prefetched pages).