3.0 significantly slower than previous versions? |
(07-04-2015, 10:07 AM)ciadmin Wrote: Check http://forum.codeigniter.com/thread-1579...erformance (07-06-2015, 12:18 AM)Narf Wrote:(07-05-2015, 06:25 PM)shank Wrote:(07-04-2015, 10:07 AM)ciadmin Wrote: Check http://forum.codeigniter.com/thread-1579...erformance Yes, i saw it. But in system/libraries/Session/drivers/Session_database_driver.php line 94 CI will auto aborting if "pconnect" config set TRUE Disable that lines and set pconnect TRUE will increase performance to ~30 milisecond loading. (Why did they let us config while treat it like an error? LOL) By the way, with CI 2.2.0 i can set pconnect TRUE, FALSE and whatever it is, page loading time always < 10 milisecond (my favorite framework, fast like hell ![]() |
Messages In This Thread |
3.0 significantly slower than previous versions? - by shank - 07-03-2015, 09:10 PM
RE: 3.0 significantly slower than previous versions? - by shank - 07-04-2015, 09:16 AM
RE: 3.0 significantly slower than previous versions? - by ciadmin - 07-04-2015, 10:07 AM
RE: 3.0 significantly slower than previous versions? - by John_Betong - 07-04-2015, 07:22 PM
RE: 3.0 significantly slower than previous versions? - by shank - 07-05-2015, 06:25 PM
RE: 3.0 significantly slower than previous versions? - by Narf - 07-06-2015, 12:18 AM
RE: 3.0 significantly slower than previous versions? - by shank - 07-06-2015, 01:42 AM
RE: 3.0 significantly slower than previous versions? - by Narf - 07-06-2015, 02:12 AM
RE: 3.0 significantly slower than previous versions? - by John_Betong - 07-05-2015, 07:10 PM
RE: 3.0 significantly slower than previous versions? - by valerio.neryo - 03-17-2016, 07:32 AM
|