• Hello,

    Noticed 2 problems with preload mode:
    1. Not excluding
    Case: Caching of tags and categories is turned off.
    Tags (is_tag),Category (is_category) checked in Accepted Filenames & Rejected URIs. In my case it’s around 2min of server time wasted, for each 100 post cycle. Plugin spends considerable time jumping over them one by one.

    Debug:
    00:31:52 /tag/alex-finelli/ Created output buffer
    00:31:52 /tag/alex-finelli/ Not caching tag page.
    00:31:53 /tag/alex-mumbru/ Created output buffer
    00:31:54 /tag/alex-mumbru/ Not caching tag page.
    ...

    So while skipping all this Preload tab shows no status, only after it is done skipping tags and categories “one by one” it starts showing status. (When there is actuall post url https://domain.com/permalink/ in preload_permalink.txt, Preload tab shows status, no status if it is post_tag: https://domain.com/tag/russia/.

    User then thinks there’s a problem, because no status shows up, until it starts preloading actual posts and only then loads status from preload_permalink.txt.

    2. Permalink issue
    Case:Category base categoria, but plugin is also doing /category/ caching.

    Debug:
    00:21:53 /category/america/ Created output buffer
    00:21:54 /category/america/ Not caching category page.
    00:21:55 /category/australia/ Created output buffer
    00:21:56 /category/australia/ Not caching category page.
    ...

    Thank you for the great plugin and any feedback to the related issues.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Super Cache] Preload bugs’ is closed to new replies.