-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playground plugin: exceeded max execution time #222
Comments
debug.log[08-Apr-2024 17:26:57 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /sites/icodeforapurpose.com/files/wp-content/plugins/playground/vendor/maennchen/zipstream-php/src/Time.php on line 29 [08-Apr-2024 17:26:57 UTC] PHP Notice: Function is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /sites/icodeforapurpose.com/files/wp-includes/functions.php on line 6078 [08-Apr-2024 17:26:57 UTC] PHP Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /sites/icodeforapurpose.com/files/wp-includes/functions.php on line 6078 -- |
Looks like this is a performance issue. We will need to create a test site with a larger amount of data and see when it breaks. |
What could help:
Overall, this is a Site Transfer Protocol problem. Once we prioritize that project, this issue will get resolved "for free". |
I installed https://wordpress.org/plugins/playground/ (v.0.1.1) on icodeforapurpose.com site and attempted to create a sandbox site.
As I wasn't able to catch the Browser console error before it disappeared, I did a screen recording.
Screen.Recording.2024-04-08.at.19.34.08.mov
If there is anything, I am missing let me know.
The site is hosted on Digital Ocean via SpinupWP.
The text was updated successfully, but these errors were encountered: