eliashaeussler / cache-warmup

🔥 PHP library to warm up caches of URLs located in XML sitemaps

Home Page:https://cache-warmup.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Reading sitemap from file

gkopec opened this issue · comments

Is your feature request related to a problem?

There is a problem with getting sitemap content if server is blocking requests from Guzzle.

Describe the solution you'd like

Guzzle on most production environments is blocked by server rules so maybe you can think of an option to change a default behaviour of parsing sitemap to use file path instead URI?

Describe alternatives you've considered

No response

Additional context

No response

Hi @gkopec, thanks for your feature requests. I've implemented local file handling and released it with v2.5.0. Read more at #298 and https://github.com/eliashaeussler/cache-warmup#sitemaps

No way!!! @eliashaeussler thank you so much!!!