Preloading resources (CSS & JS)

Preload Type: Basic (CSS/JS) Preload Type: Async (CSS only) Is there a way of preloading JS files and load them in Asynchronous way? What about the CSS/JS files that aren’t enqueued? How can I preload them? <link rel=”preload”> instructs the browser to add the asset (CSS/JS) to the browser’s download queue as high priority. There […]

Read More

What are bulk unload rules?

A bulk unload (from “Bulk Changes” -> “Bulk Unloaded”) is considered any unload rule that is applied once and it has an effect on multiple pages of the same kind or site-wide. These include: Unload everywhere (site-wide unload of an asset) Unload on All Pages of [any post type here] post type (post, page, product, […]

Read More