chesio / bc-cache

Simple full page cache plugin for WordPress inspired by Cachify
The Unlicense
9 stars 0 forks source link

Fetch URLs for cache warm up from sitemap.xml #73

Closed chesio closed 2 years ago

chesio commented 2 years ago

I don't like the custom integrations for The SEO Framework and Yoast SEO - they use internal methods and are thus prone to hard to detect breaks when these plugins release new versions. The integration for The SEO Framework had to be updated already after TSF 4.2.0 had been released...

The idea is to parse XML sitemap(s) directly - this way we utilize the same "API" as search engines use and get rid of the problem described above. Also we implicitly add compability with all other SEO plugins.