Following this document, can I confirm the following is correct:
- The “Crawl Queue” is the
wp2static_urls
table in the database - the “Crawl Cache” is the
wp2static_ crawl_cache
table in the database - Anything in the Crawl Cache will not be crawled (and therefore a file not created, nor updated) when I issue
wp wp2static crawl
- The crawl cache is a list that mirrors the files generated during a crawl
Thanks in advance!