Why CI4 is slower than CI3 |
I'm just testing it on the same machine and base on the default welcome page
CI3 Result: Page rendered in 0.0245 seconds. CodeIgniter Version 3.1.9 CI4 Result: Page rendered in 0.1203 seconds. Environment: production
There are those who tell lies with meaning behind them and those meaning less lies!
Okay It's getting a real good progress.
From CI4 Alpha2: Page rendered in 0.0201 seconds. Environment: production
There are those who tell lies with meaning behind them and those meaning less lies!
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 )
|
Welcome Guest, Not a member yet? Register Sign In |