I’m running 2.1.1-pl on a pretty beefy VPS: 4gb RAM, PHP 5.3.6, 512mb... clicking "View" on any page after a change has been made means the page takes a LONG time to generate. I saw a bunch of errors in the logs:
[15-Jun-2011 11:17:20] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/hgdev/public_html/core/model/modx/modx.class.php on line 0
[15-Jun-2011 11:18:01] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/hgdev/public_html/core/xpdo/xpdo.class.php on line 1508
[15-Jun-2011 11:27:36] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/hgdev/public_html/core/xpdo/xpdo.class.php on line 542
[15-Jun-2011 11:27:59] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/hgdev/public_html/core/xpdo/om/xpdoobject.class.php on line 2116
[15-Jun-2011 11:42:03] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/hgdev/public_html/core/model/modx/modcontext.class.php on line 181
So I bumped the max-execution time to 90seconds, but it’s still really sluggish. Is something going on here? The rest of the world can view the cached page, but the manager user making edit is essentially unable to preview any changes.
Ideas?