Skip Navigation

[Closed] Maximum execution time of 60 seconds exceeded

This support ticket is created 4 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 4 years, 5 months ago.

Assisted by: Christian Cox.

Author
Posts
#1711625

I am trying to: Load a page

Link to a page where the issue can be seen: insidemoray.org (temporarily resolved)

I expected to see: The page

Instead, I got: error 500

The logs show:

Maximum execution time of 60 seconds exceeded in /home/insidemorayorg/public_html/wp-content/plugins/wp-views/vendor/toolset/common-es/php/Block/Style/Loader.php on line 147

added the below lines to wp-config and this has solved it, but this is a lot of memory to be using and I would like to see if there is another fix.

define('WP_MEMORY_LIMIT', '2046M');
set_time_limit (90);

#1711823
Screen Shot 2020-07-19 at 12.53.44 PM.png

Hi, I'm not sure what was going on here but I turned off caching for the View and the page immediately began displaying quickly. Can you take a look and let me know if the problem returns? You can try turning the cache on again later as a test. I suspect something in the cache got corrupted and that was causing a problem. There's no reason a simple View like this showing only one result should be causing that kind of memory consumption.

The topic ‘[Closed] Maximum execution time of 60 seconds exceeded’ is closed to new replies.