YII Framework

Tag Archives: YII Framework

How to install YII Profiler to elevate or optimize your YII code in seconds 05Jun, 2014

How to install YII Profiler to elevate or optimize your YII code in seconds

YII Profiler help you examine the performance of your applications and improve poorly execution sections of code. They deliver dimensions of how long a routine takes to execute, how often it is called, where it is called from, and how much of total time at some spot is spent executing that routine. Profiling is exclusively valuable when functioning with database since SQL executions are often the main performance holdup of an application. Developed using Yii Framework 1.1.8 but it may work with other versions. Here are the simple step-by-step instructions to use this extension. – Download and extract the contents of the zip to your extensions folder – Add the following code to your app configuration file found at protected/config/main.php…

Posted in: YII