• Resolved rtzekov

    (@rtzekov)


    Guys, I’ve searched quite some time, but still want to find definitive answer to preload mechanism:

    If defaults are 900 sec batch of 10 and my sitemap has 400 pages, but default garbage collection and objects lifetime are 3600 – my server ends up max CPU usage on shared hosting and I’m getting into trouble.

    1. Will all 400 pages be cached in the above scenario? i.e. in 900 seconds the next 10 pages of the 400 will ne processed?

    2. Will it eventually cache the whole sitemap in chunks of 10?

    3. Will it update only the new published post upon submitting or start allover from the beginning?

    4. If the sitemap contains excluded page, will it be still cached?

    I am thinking of setting 1 day lifetime, because my site is quite static to offload my server.

    Any help is much appreciated!

    Cheers

    • This topic was modified 5 years, 11 months ago by rtzekov.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,

    To answer your questions:
    1. Yes, all 400 pages will be cached.
    2. Yes, the whole sitemap will be cached.
    3. New publish invalidates some pages, it has no effect on priming logic. Priming will continue to go through sitemap where it was.
    4. Priming will call the URL, but it will not be cached

    I hope this helps.

    Thread Starter rtzekov

    (@rtzekov)

    Great! Thank You ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Preload settings’ is closed to new replies.