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 URLs/pages:

FlyingPress\Preload::preload_cache();

Updated on: 18/12/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!