• Resolved shirtguy72

    (@shirtguy72)


    Hello Developer, hope I am finding you well.

    Before even installing the plugin, I wanted to make sure that it is what I need. In WordPress Admin / Settings / Reading I have “Blog pages show at most” 20 — So of course my Archive/Blog/Tag/Categories Pages are all paginated. they lists as page/2/, page/3/, page/4/ and so on.

    My current caching solution does recognize my main Tag/Category/Blog Pages but fails to prebuild the cache for the paginated pages/2/, /3/, /4/

    Can your plugin be used to insure the paginated pages I mentioned have a “Warm Cache”? Thanks for taking the time with me.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author TMM Technology

    (@tmmtechnology)

    Hi. Before your request that was not possible, but I have added some changes to the logic, and now this is possible.

    I will release the plugin version with the support of this functionality today, in 1-2 hours. Stay tuned.

    Steps:

    • Setting
    
     * Entry points
      * [check] Add all public posts (of any type) and taxonomies of this site as entry points
    
    * Excluded Pages
     * Add:
    ^(?!.*\/page\/\d{1,5}$)
     * [check] Use regex match (not a plain substring match)
    
    * Depth
     * Set as 0
    
    * Press "Save" button, and wait for the page to reload.
    • Go to main cache warmer page (admin.php?page=cache-warmer) and start a new warm-up. An enqueue will be created, and a new warm-up will run start running in the background in 30-60 seconds. You will see the progress on the current page. But you can also close it and return later. It will be shown on this page, and also in “Logs” submenu.

    Here is my test on localhost:

    I will release version 1.0.41 which will support this functionality today.

    Plugin Author TMM Technology

    (@tmmtechnology)

    I sent the message with the steps above. After moderation approval, you will be able to view it. Sorry for using codeblock for settings, it seems the current editor does not support mulit-level lists, so I decided to use a code-block for that purpose.

    Thread Starter shirtguy72

    (@shirtguy72)

    Working fine for Categories and Tags, not recognizing the blog page paginations. [https://www.] vintageheavymetal [.com/archive/page/2/

    May have something to do with the way my theme handles these pages?

    https://www.ads-software.com/themes/metro-magazine/

    Plugin Author TMM Technology

    (@tmmtechnology)

    No, that is my fault, sorry. I will add support for blog pages in a few days. Just forgot to add pagination for blog pages.

    There is so many things to consider, thank you for letting me know.

    I will respond to this topic when released (ETA: This week).

    Thread Starter shirtguy72

    (@shirtguy72)

    Hey, no worries. I really appreciate you taking the time with me here. Looking forward to upcoming updates. Great plugin! No warnings, no errors of any kind, easy on my shared hosting account. Quality Stuff! Outstanding support! Here comes the 5-Star Review!

    Plugin Author TMM Technology

    (@tmmtechnology)

    @shirtguy72 Thank you for your feedback!

    The pagination for blog posts is released. Feel free to let me know if you need something else.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can I use this plugin?’ is closed to new replies.