• Resolved niburu

    (@niburu)


    Hello,

    my provider contacted me and told me about unusual high demands on the hardware. Checking the logs i noticed this PHP error and it just came up with the last update:

    AH01071: Got error ‘PHP message: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/vhosts/letz-go-shop.de/httpdocs/wp-content/plugins/fast-velocity-minify/libs/matthiasmullie/minify/src/Minify.php on line 361’.

    Any idea for the cause of it?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Raul P.

    (@alignak)

    That means your server is overloaded, or has a very slow cpu speed and and as a result, it could not process the minification within 30 seconds.

    Since there is also a server limit to cut a process if it doesn’t finish processing before 30 seconds, the server kills the process with a fatal error.

    FVM minification usually only needs up to 1 second, and this only happens once per file found, unless you have dynamic file names (should be excluded), extremely large scripts and css files or a very large amount of scripts.

    I would suggest you to try another server with more resources.

    You can try not to merge css or js too, just doing individual minification, as that would be lighter.

Viewing 1 replies (of 1 total)
  • The topic ‘AH01071: Get error PHP Fatal Error’ is closed to new replies.