-
Notifications
You must be signed in to change notification settings - Fork 70
All exports timeouting #353
Copy link
Copy link
Open
Description
I have a problem with the (paid version of) SimplyStatic extension.
Despite:
- having full control of the hosting environment,
- having
define('DISABLE_WP_CRON', true);and havingphp wp-cron.phpin crontab - having
Use server-side cron jobenabled in SimplyStatic setting - having max_execution_time=0 in CLI PHP.
All our attempts to export content fail due to mod-php max_execution_time being too low.
[2026-03-03 08:31:07] Error: (1) Maximum execution time of 240 seconds exceeded in /var/www/REMOVED/wp-content/plugins/simply-static-pro/vendor/guzzlehttp/psr7/src/Utils.php on line 132
[2026-03-03 08:31:07] Error: (1) Maximum execution time of 240 seconds exceeded in /var/www/REMOVED/wp-content/plugins/simply-static-pro/vendor/guzzlehttp/psr7/src/Utils.php on line 132
I believe that the backend is failing while invoking
/wp-admin/admin-ajax.php?action=wp_archive_creation_job&nonce=REMOVED&chain_id=REMOVED
over localhost
I understand that the site may be large and I don't mind longer export time, but I don't want to increase max_execution to infinity.
How to instruct SimplyStatic to perform these actions backend-side?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels