Skip to main content

How FlyingPress Finds URLs to Preload

Updated over a month ago

FlyingPress does not rely on sitemaps to discover URLs. Instead, it automatically scans your WordPress site to collect all important URLs for caching.

Sources of URLs:

  • Home Page
    The root URL of your site is always included.

  • Posts and Pages
    All published posts and pages across public post types are fetched.

  • Taxonomy Pages
    Includes category, tag, and other public taxonomy term pages.

  • Author Archives
    URLs for authors with the author role.

Device Variants:

Each URL is queued for:

  • Desktop

  • Mobile (if mobile cache is enabled)

This ensures accurate caching for different device types.

Did this answer your question?