Articles on: Developers

Preload cache

Preload a single URL (page):

FlyingPress\Preload::preload_url($url);


Preload multiple URLs (pages):

FlyingPress\Preload::preload_urls($urls);


Preload all pages:

FlyingPress\Preload::preload_cache();

Updated on: 23/11/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!