News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using Timers to Benchmark PHP Applications
April 30, 2008 @ 14:31:08

DevShed has posted the second article in their series looking at benchmarking your PHP scripts. This time they look at the use of "timers" to check on script execution length.

Since you already know how to create timer functions and classes, in this tutorial, I'll create some concrete examples that show where these timing mechanisms can be applied in order to evaluate the performance of certain PHP applications.

They create a few classes that connect to a database and pull out rows (handing it off to a Result class). They use these classes in two examples - one with compression (output buffering) and one without using their Timer class to evaluate the differences.

0 comments voice your opinion now!
timer benchmark application tutorial class mysql row output buffering


blog comments powered by Disqus

Similar Posts

PHPRiot.com: Monitoring File Uploads using Ajax and PHP

Sameer's Blog: Easy way to build GET query strings in php

DevShed: The Basics of Implementing Adapter Objects with PHP

Josh Adell's Blog: Neo4j for PHP

Rob James' Blog: Configure Apache to run Tomcat and PHP


Community Events









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


opinion api code phpunit development framework release language composer tool database introduction podcast interview testing example object zendframework2 community unittest

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