Skip to content

Changes to Cope with Low Resource Hosts

Choose a tag to compare

@nonatech-uk nonatech-uk released this 25 Feb 16:44
· 2 commits to main since this release
v1.13.0: Low-memory hosting fixes — split init/scan and stream file list

Split step_init into init (DB export/upload) and scan (directory walk)
so each runs in its own AJAX cycle. Stream file list directly to
wp_options in 200-file batches during the scan instead of accumulating
50k+ paths in a single array. Add shutdown handler to surface PHP
fatal errors (OOM, timeout) as JSON instead of silent "Status poll
failed".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>