News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Eran Galperin's Blog:
Profiling queries with Zend_Db and optimizing them by hand
October 13, 2008 @ 10:29:20

Eran Galperin has a new post today that talks about profiling your database queries for optimum efficiency with the help of a component from the Zend Framework, the Zend_Db_Profiler.

Database performance is one of the major bottlenecks for most web applications. Most web developers are not database experts (and I'm no exception), there are however several basic methods to analyze and optimize database performance without resorting to expert consultants. [...] Since I'm dealing mostly (only?) with MySQL, this article covers it mainly (though it is probably relevant to a large degree for other engines).

Eran talks about first profiling your application and checking to see where the real problems might be. Something as simple as microtime can be used to check out the script execution time. For something a bit more powerful, though, the Zend_Db_Profiler component is suggested. It makes it possible to run sample queries from your data and get back the relevant query's runtime (with no page manipulation involved).

0 comments voice your opinion now!
profile query optimize mysql zenddbprofiler zendframework component tutorial



Similar Posts

ProDevTips: Writing a CMS/Community with Smarty and the Zend Framework: Part 7

onPHP5.com: Clickable, Obfuscated Email Addresses

MySQL Performance Blog: Are PHP persistent connections evil ?

Rob Allen's Blog: Zend Framework Tutorial for ZF v0.8

PHP-GTK Community Site: GtkToolbar, GtkMenubar, and PEAR XML-RPC for geo-nick


Community Events







Don't see your event here?
Let us know!


releases job developer database conference PEAR security PHP5 mysql zend package release framework code ajax example cakephp book application zendframework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework