Symfony 2 and mysqlnd
Trackbacks
mysqlnd_qc and Symfony2
Previously I was writing about combining Symfony2 and mysqlnd to get more statistics on what is going on below the surface in the database communication when using a Symfony2 application via the Symfony2 profiler. Now that's not all that can be done and I
Previously I was writing about combining Symfony2 and mysqlnd to get more statistics on what is going on below the surface in the database communication when using a Symfony2 application via the Symfony2 profiler. Now that's not all that can be done and I
Weblog: Johannes Schlüter
Tracked: Oct 07, 22:53
Tracked: Oct 07, 22:53
Making use of PHP mysqlnd statistics
One of the great things of mysqlnd as a base library for PHP's MySQL support are the collected statistics. mysqlnd collects about 160 different statistical values about all the things going on. When having such an amount of raw data it, obviously, is quit
One of the great things of mysqlnd as a base library for PHP's MySQL support are the collected statistics. mysqlnd collects about 160 different statistical values about all the things going on. When having such an amount of raw data it, obviously, is quit
Weblog: Johannes Schlüter
Tracked: Apr 02, 18:10
Tracked: Apr 02, 18:10
Sunday, October 2. 2011 at 20:34 (Link) (Reply)
Sunday, October 2. 2011 at 21:45 (Link) (Reply)
See also http://php.net/mysqlnd especially the chapter http://php.net/mysqlnd.overview
(mind that this bundle also requires that the mysqli extension is available, you don't have to use it, but it has to be there)
Monday, October 3. 2011 at 19:53 (Link) (Reply)
Monday, October 3. 2011 at 20:56 (Link) (Reply)
Wednesday, October 5. 2011 at 16:13 (Reply)
Friday, October 7. 2011 at 22:58 (Reply)