My PHP Configuration:Your max execution time is 1000 seconds. I use 30 seconds and then the site was faster than with higher value. You can changes this by putting this in htaccess:
php_value max_execution_time 30
Version: 7.2.24 | PHP API: cgi-fcgi | Session Path Writable: Yes | Display Errors: 0 | Error Reporting: 22519 | Log Errors To: | Last Known Error: | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: | Uploads: 1 | Max. Upload Size: 150M | Max. POST Size: 175M | Max. Input Time: 1000 | Max. Execution Time: 1000 | Memory Limit: 256M
I have 2 questions:
- I don't have php_value max_execution_time in .htaccess, so where should I set it up?
- Above is my PHP Configuration. Is there anything else in PHP configuration that needs to be changed for faster page load ?
Dejan