You are here: Home Plone products Page Template Profiler

Page Template Profiler (1.2)

1
by Olha Pelishok last modified 2009-01-13
0.0
0.0
0.0
0.0
Released on 2007-03-27 by Infrae, Martijn Faassen, Guido Wesdorp, Jan-Wijbrand Kolman for Zope 2.8 under BSD License (revised) available for All platforms.
Software development stage: stable
PTProfiler is a small profiling system for page templates. It times each TAL expression and lists the results in a table ranked by processing time.

Using PTProfiler

To use the profiler on a site, just place the product in Zope's Products directory. Do mind that this product (when enabled, see below) requires some extra processing time for page templates, so isn't recommended for production sites.

To enable profiling and view the results, place a 'PTProfiler Viewer' object somewhere in the Zope tree, and press the 'Enable' button. After some     page templates are viewed, you will see a list of paths to each of those page templates (or, in the rare case the path isn't known, the id). When you click one of the items, you will see a list of all the expression calls in the template, ordered by total time spent on that expression.

Document Actions
Powered by Plone