4657.2.1
by Christian Reis
Implement a request summarizer that outputs to the HTML source of the page, and to stderr of the webapp server. |
1 |
<configure
|
2 |
xmlns="http://namespaces.zope.org/zope" |
|
3 |
>
|
|
4 |
<!-- output summary of requests for each hit -->
|
|
5 |
<subscriber
|
|
6 |
for="zope.app.publication.interfaces.EndRequestEvent" |
|
5521.3.2
by Guilherme Salgado
Change LaunchpadAccessLogger to log number of sqlstatements, ticks and the request duration. Also monkey patch HTTPCaller.__call__ when running pagetests to log each request. |
7 |
handler="canonical.launchpad.webapp.adapter.store_sql_statements_and_request_duration" |
4657.2.1
by Christian Reis
Implement a request summarizer that outputs to the HTML source of the page, and to stderr of the webapp server. |
8 |
/>
|
9 |
</configure>
|