John Shaffer

Results 33 comments of John Shaffer

Note that this only works consistently if you also set ```php define('DISABLE_WP_CRON', true); ``` and set up a cron job such as `wp cron event run --due-now`. Otherwise you get...

@leonstafford I'm thinking about adding an advanced option with a list of dirs and turning this into a for loop over that list.

WP2Static does not crawl URLs in the source code other than those in sitemaps. I'm merging in the features from the advanced crawling addon as I have time, but I...

I did some work to try adding Bedrock to our integration tests. In order to get crawling working, I had to change https://github.com/leonstafford/wp2static/blob/1db23dc1ed9e0c13bc82d8efa5f2e1831dd463ec/src/Crawler.php#L116 to `$absolute_uri = new URL( rtrim( SiteInfo::getURL(...

I made some other changes to get crawling and post-processing working, and added Bedrock to the integration tests. I believe that this is the correct behavior in general and not...

Sorry, I should have mentioned that this is still WIP

I have some work on adding an option for this at https://github.com/john-shaffer/wp2static/commit/f18c15c967df84feaf5dd430dae71143aa0bc10d However, I find it impossible to predict what the impact of these changes will be on real sites.

@leonstafford can you take a look at my review notes from earlier? If we can address those, I would be okay with merging this. I'm pretty sure that using the...

When testing, I do see this problem with vanilla 7.1.6, but no problems with https://github.com/leonstafford/wp2static-addon-advanced-crawling enabled. I can't figure out why the behavior is different, since the relevant detection logic...