How To Optimise Controller Execution Time |
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. |
Messages In This Thread |
How To Optimise Controller Execution Time - by futurewebs - 06-20-2022, 07:29 AM
RE: How To Optimise Controller Execution Time - by includebeer - 06-23-2022, 11:23 AM
RE: How To Optimise Controller Execution Time - by InsiteFX - 07-12-2022, 12:20 AM
RE: How To Optimise Controller Execution Time - by kenjis - 07-12-2022, 12:23 AM
|