elementor / wp2static-addon-advanced-crawling

Advanced Crawling Add-on for WP2Static
https://wp2static.com
The Unlicense
10 stars 13 forks source link

Rework behavior of crawlOnlyChangedURLs option. #11

Closed john-shaffer closed 3 years ago

john-shaffer commented 3 years ago

Now whenever a changed page is detected, we crawl all the local URLs linked to by that page. This should help pick up site-wide changes and changes in pagination page contents.

We skip adding local URLs to the queue if the page content has not changed since it was last cached. This change should speed up crawling even without the option enabled.