Hi,
It's been a while since we're using Toolset Types & View and the backend is getting slower and slower every day and after some research and testing, we came up with this error:
Maximum execution time of 30 seconds exceeded in C:\xampp70\htdocs\genio\wp-content\plugins\types\vendor\toolset\types\embedded\functions.php on line 21
This exception is throwed in a test environment, we used duplicator (hidden link) to clone the site.
Thanks for contacting support. I'll do my bes to help you with your question.
There are several factors that can affect the page load in the WP admin pages.
I suggest you increase max_execution_time on your XAMMP server as outlined on this article: hidden link
Hi Ricardo,
Thanks for the reply!
As i said before, it's a test environment. The site in production is running on a LAMP stack.
Honestly, i don't think it's a solution incrementing the execution time: 30 seconds it's already a LOT of time, especially in the backend. Moreovers, it causes wp to lose connection during the write of an article.
Another thing you can do is upgrade to PHP 7. It improves overall performance. Other than that there isn't much we can help if you are running on localhost.
The test environment is in local, the production site is located here: hidden link, it's indicated in the "Support for site" during the creation of the ticket. As i said before, is a LAMP stack.
Thanks for the info. The debug information you provided for your development site indicates you are using an older version of PHP. Can you update to PHP 7 and see if that improves the performance of your site. If not, can you upload a Duplicator package to a service like Dropbox or Google Drive and post the link in the private field below? That way we can run some tests.
We cannot modify the PHP version in production as it was nothing.
We've done it in the test environment (moved to PHP 7.2) and the problems persist, event the timeout. I'm going to upload the duplicator package and give you the link.
Edito: i'm sorry, where do i put the link? In a reply to this thread?
Hi Shane,
They both have the problem 🙂 The difference is the WP_DEBUG setted to true and display_error setted to 1.
On the production server (the one who's hosting hidden link) it just crashes.