• Resolved Duffy Bear

    (@duffy-bear)


    Hi – What can I do about this error with P3 Profiler?

    Thanks,
    Sandra

    A fatal error occurred during profiling: Maximum execution time of 90 seconds exceeded in file /home4/mygator/public_html/myduffybear.com/wp-content/plugins/p3-profiler/classes/class.p3-profiler.php on line 285

    https://www.ads-software.com/plugins/p3-profiler/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Kurt Payne

    (@kurtpayne)

    Hi Sandra,

    P3 is set to time out at 90 seconds for safety. If you want to raise the timeout, you need to edit the plugin. It’s in your wp-content/plugins/p3-profiler/classes/class.p3-profiler.php file on line 183:

    @set_time_limit( 90 );

    You may find that a value higher than that (say 120) might cause other timeouts (apache/nginx or upstream proxies like varnish). I don’t know the particular configuration of your WordPress set up.

    Thread Starter Duffy Bear

    (@duffy-bear)

    Hi Kurt,

    Thank you this solution worked. I didn’t get the error message!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error with Pluging on line 285’ is closed to new replies.