z3c.profiler 0.5.1
pip install z3c.profiler==0.5.1
Released:
Profiler skin for Zope3
Navigation
Verified details
These details have been verified by PyPIOwner
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Zope Public License (ZPL 2.1)
- Author: Stephan Richter, Roger Ineichen and the Zope Community
- Tags zope3, z3c, profiler
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
This package provides an profiler skins whcih allows you to profile pages.
Detailed Documentation
Web-based Profiler
This package offers a profiler including a skin. This profiler allows you to profile views on a existing Zope3 application.
Let’s access the profiler start page:
>>> from z3c.etestbrowser.testing import ExtendedTestBrowser >>> user = ExtendedTestBrowser() >>> user.addHeader('Accept-Language', 'en') >>> user.open('http://localhost/++skin++Profiler')
If you access the profiler, you can push the start button:
>>> user.getControl('Start').click() >>> 'Show Profile' in user.contents True
Now we can go to the help.html page which get profiled. Let’s use another browser for this.
>>> newBrowser = ExtendedTestBrowser() >>> newBrowser.open('http://localhost/++skin++Profiler/help.html') >>> newBrowser.url 'http://localhost/++skin++Profiler/help.html'
After calling the help.html page, we can go to the doProfile page and show the profile by clicking on the Show Profile button:
>>> user.getControl('Show Profile').click()
If we whould not call this form within this test, we whould see the profile data table. But we do not see the profile data table. Probably the testrunner conflicts with the monkey call.
CHANGES
0.5.1 (2008-01-24)
Bug: Fixed meta-data.
Bug: Fixed deprecation warning about the Zope Security Policy.
0.5.0 (2008-01-21)
Initial Release
Project details
Verified details
These details have been verified by PyPIOwner
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Zope Public License (ZPL 2.1)
- Author: Stephan Richter, Roger Ineichen and the Zope Community
- Tags zope3, z3c, profiler
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file z3c.profiler-0.5.1.tar.gz
.
File metadata
- Download URL: z3c.profiler-0.5.1.tar.gz
- Upload date:
- Size: 103.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c51c73cf951da3b4353a2d7ca758998df6f30ebbdbcc20a0dbe5a3a47e8fe8cf |
|
MD5 | be4e28bed41a6c592a4b49320860401c |
|
BLAKE2b-256 | 7a62313483b5292e301163d396840de2f4a5fe24ace0810158bca83598025983 |