NavigationUser login |
Profiling PHPI've just added profiling to my base class so it can show me how my views and models are running. Straight away a surprise. mysql_connect takes nearly as long as selecting a page of rows from a table. Apparently connections to other DBs are even worse. http://www.mysqlperformanceblog.com/2006/11/12/are-php-persistent-connec...
|
Recent blog posts
|