Hi @alexlii,
I’m currently working on the next major release, which will use the same directory for each crawling/exporting job.
Currently, it will be in your uploads directory, under wp-static-html….. with a timestamp at the end. This gets deleted and recreated between each deploy currently, but for the next version or shortly after, should be used as a cache to avoid re-crawling the whole site on each export.
Previously, we did use a user-definable temp directory, such as /tmp/somedir, but added some unnecessary complications…
Cheers,
Leon
Thanks
Wordfence always scan Temp files, if there is temp files, I need exclude it to avoid unexpected situation. and there will always warning of wordpress files changes.
So, when I tested WP2Static, I deactivated Wordfence.
By the way, can I delete these temp files?
http://prntscr.com/ndgaed
Thanks