Skip to content

All exports timeouting #353

@lpiob

Description

@lpiob

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 having php wp-cron.php in crontab
  • having Use server-side cron job enabled 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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions