Welcome Guest, Not a member yet? Register   Sign In
file cache performance
#7

[eluser]CroNiX[/eluser]
The way CI works is that it checks early on if a valid cache file exists for the requested URL and if so, loads that one file and exits without loading the controller/model/libraries/helpers/views/etc files. No queries to the database, no php processing of whatever your controllers and models are doing or anything else. Just loading a single post-php processed html file. That will always be faster and more efficient.


Messages In This Thread
file cache performance - by El Forum - 01-15-2013, 03:34 AM
file cache performance - by El Forum - 01-15-2013, 02:21 PM
file cache performance - by El Forum - 01-15-2013, 02:30 PM
file cache performance - by El Forum - 01-15-2013, 02:36 PM
file cache performance - by El Forum - 01-15-2013, 02:43 PM
file cache performance - by El Forum - 01-15-2013, 10:59 PM
file cache performance - by El Forum - 01-16-2013, 12:43 AM
file cache performance - by El Forum - 01-16-2013, 03:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB