Welcome Guest, Not a member yet? Register   Sign In
How To Optimise Controller Execution Time
#2

Don't waste time on micro optimization. Find where the most time is spent and improve this part. Most of the time, the bottleneck will be the database queries. 

After you have optimized your database, you can also use Web page caching and Caching driver to improve performance.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
RE: How To Optimise Controller Execution Time - by includebeer - 06-23-2022, 11:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB