Why CI4 is slower than CI3 |
In your php.ini turn on and setup the php opcache and watch what happens.
From what I found on the web this is where you turn the zend opcache extension on. you need to add this line to php.ini Change the path to your php_opcache.dll location if not using XAMPP. Code: ;;;;;;;;;;;;;;;;;;;; Configuring the Zend opcache: Code: ; Determines if Zend OPCache is enabled These are the best settings that I have found you need to test the settings for yourself. Here is a good article on it. Best Zend OpCache Settings/Tuning/Config Good luck. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Messages In This Thread |
Why CI4 is slower than CI3 - by arisroyo - 10-20-2018, 05:57 PM
RE: Why CI4 is slower than CI3 - by arisroyo - 10-26-2018, 05:36 PM
RE: Why CI4 is slower than CI3 - by InsiteFX - 10-27-2018, 05:06 AM
|