Skip to content

Scan Modes

PerfLeaf supports three crawl modes. The mode available to you depends on your plan.

The crawler visits one URL only — the homepage (or the URL you’ve entered for the site). This is the default for the free Sprout plan.

Best for:

  • Quick checks on a specific page
  • Free plan users
  • Sites where only the homepage needs monitoring

The crawler follows all internal links it discovers, building a complete map of your site. The number of pages crawled is capped by your plan’s Max Pages per Crawl setting.

Best for:

  • Getting a complete picture of site health
  • Finding problem pages buried in the site
  • Monitoring large sites with many URLs

The crawler uses your Google Analytics 4 data to identify and scan your most-visited pages. It fetches page views from the last 28 days and crawls the top N pages based on traffic.

Requirements:

  • Google Analytics 4 integration must be connected for the site
  • Valid GA4 property ID configured in Site Settings

How it works:

  1. Fetches page view data from GA4 for the last 28 days
  2. Sorts pages by view count (highest first)
  3. Normalizes URLs (strips query strings and fragments)
  4. Crawls only the top pages up to your plan’s limit
  5. Filters out invalid or external URLs for security

Best for:

  • Focusing monitoring on high-traffic pages
  • Sites with many pages where only the most popular matter
  • Content-driven sites with clear traffic patterns
  • Efficient monitoring of large sites without scanning everything

When Use Sitemap is enabled (in Site Settings), the crawler:

  1. Fetches your sitemap.xml (or the custom URL you provided).
  2. Extracts all URLs from the sitemap.
  3. Visits each URL up to the page limit.

This is more reliable than link-following for sites with JavaScript-rendered navigation or unusual link structures.

Crawl mode is configured in Site Settings → Crawl Settings. The available options are:

  • single — single-page only
  • multi — full-site crawl
  • topPages — Top Pages (GA4) crawl

If your plan only supports single-page scans, the multi and topPages options will not be available.