macnux
Forum Replies Created
-
I confirm:
The pages after visiting them the wpo-status status: cached.
The pages not cached till I visit them manually.
Hi,
I think you didn’t get my question.
Here’s the probem again:
When I click the preload button to cache all the website pages, it caches all website pages except the following pages:
https://localhost/category/page/*/
So to cache those pages, I have to visit each page manually.
Any definitly after visiting them manually, the plugin create a cache vesion so no problem in that.
The problem is why the plugin is not creating them automatically like all other website pages instead of visiting them?
Regards,
Here is the screenshot from the page that is not cached:
https://snipboard.io/EQR4OX.jpg
While the other cached pages show cached in the Wpo-cache-status
I checked the directory of the caching and I can confirm that the pages:
https://localhost/category/page/*/
are not cached till I visit them manually.
I checked this directory and I’m 100% percent sure:
/home/username/html/wp-content/cache/wpo-cache/domain.com/
The pages are indexed and follow and it should be cached but as I told you these pages are not cached.
Regards,
I didn’t add any pages to exclusion.
I have to visit them manually to cache those pages, otherwise, none of them will be cached.
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Can I Exclude featured imagesImages used through the theme, on the home page, and the categories pages.
I set the featured image from the post normally.
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Can I Exclude featured imagesYes, ?Through your theme.
The homepage and category page show featured images for posts, but in the post itself, I removed the featured image because no need to show it inside the post (all my niche competitors do this).
So I still need the featured images to show them in the homepage and category page, but they are not in the post page.
I was able to successfully modify the mod date using rank_math/sitemap/url hook, but this hook works only for the inside map:https://localhost/post-sitemap1.xml
I want to alter the date for the sitemap index itself too:https://localhost/sitemap_index.xml
What hook is used to edit the sitemap main XML file?Forum: Plugins
In reply to: [WPSSO Core - Complete and Optimized Structured Data SEO] Many missing fieldsI need CreativeWork and underneath I can get others I need.
@bornforphp I tested the hook you mentioned
wpo_page_cache_schedule_preload
It runs after the cache is preloaded.
I want to run my code before the cache preload starts not after.Regards,
Sorry, I disabled a plugin so that’s why the cache was cleared.
Thanks!The only current solution is to set Cloudflare to development mode and bypass the CF cache.
In this case, everything runs perfectly.I think I found the problem.
I have a rule in Cloudflare that sets the Edge cache TTL to 14 days so if the page is cached, it won’t come back to the server again to get it for 14 days.That’s also why when the preloader runs, it only gets some pages not all since some pages are cached on the Cloudflare Edge network the request won’t hit the origin server.
That’s why there is no page generated on the cache directory.- This reply was modified 2 years, 11 months ago by macnux.
I tried the conflict test.
The problem only disappears when I disable Cloudflare. There is no conflict with my current plugins.