I found this which solved my problem. May not be the total solution but it now works. Have asked my hoster to look at increasing this time as the problem only happen after a software update.
The minifier is taking too long and your server has a max_execution limit. In your config/config.ini.php, add the following:
[Debug]
disable_merged_assets = 1
This is normally used for debugging, but it's the only quick fix I can propose at this time.
The minifier is taking too long and your server has a max_execution limit. In your config/config.ini.php, add the following:
[Debug]
disable_merged_assets = 1
This is normally used for debugging, but it's the only quick fix I can propose at this time.