News Feed
Jobs Feed
Sections




News Archive
Christian Stocker's Blog:
Profile XSLT transformations within PHP
April 30, 2007 @ 10:09:00

Christian Stocker points out a handy patch for the PHP XSLT functionality today - one that allows you to test to see where in the transformation the most time is spent.

Look no further than this patch to the PHP XSL extension. It uses the built in profiler of libxslt to get the information which template was called how many times and how much time was spent in them. It may help in improving the speed of your XSLT transformations, like a PHP debugger can help in profiling your PHP scripts.

Besides the link, he also includes a simple sample script that uses the setProfiling function to write out to a text file the stats of the transformation. He also includes a (very beta) patch to the libxslt functionality itself to make it easier to not only time the overall execution of the xslt, but also allows for timing of other individual templates that might be included.

0 comments voice your opinion now!
xslt transformation benchmark setprofiling patch download xslt transformation benchmark setprofiling patch download


blog comments powered by Disqus

Similar Posts

DZone.com: PHP 5.4 Will Have a Built-in Web Server

Avent Labs Blog: PHP framework comparison benchmarks

Alexander Netkachev's Blog: Easy Apache/PHP install

Nexen.net: English Articles and a Single Distribution Resource

Community News: Announcing Go Live Beta of FastCGI Extension for PHP hosting on IIS5.1/IIS6.0


Community Events









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


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

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