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.
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.
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.
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!