8687.15.30
by Karl Fogel
Add the license header block to all .zcml files. |
1 |
<!-- Copyright 2009 Canonical Ltd. This software is licensed under the
|
2 |
GNU Affero General Public License version 3 (see the file LICENSE).
|
|
3 |
-->
|
|
4 |
||
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. |
5 |
<configure
|
6 |
xmlns="http://namespaces.zope.org/zope" |
|
7 |
>
|
|
8 |
<!-- output summary of requests for each hit -->
|
|
9 |
<subscriber
|
|
10 |
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. |
11 |
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. |
12 |
/>
|
13 |
</configure>
|