BrowserView profiler
Project description
Plone Profile View
This package is designed to ease performace profiling of Plone websites.
Normally, if you want to profile Plone you need to run Zope with profiling active. This results in extreme performance drops and no way to properly target a specific section or functionality (AFAIK).
The product is a simple view that is made available only after installing the product through the site setup and available only to managers. This means that you can even run it in a production site, with no performace drops.
How to
There are two views exposed: @@profileview and @@profileview.ajax
@@profileview
Will run profiling on the current context and download a python cProfile dump which you can load in the viewer of your choice.
A target as well as arguments for the target can be specified via a get param (e.g. Plone/profileview?target=overview-controlpanel&kwargs={“a”=”b”})
@@profileview.ajax
Similar to @@profileview except it saves the output profile dump in a temp file and exposes an interactive in-site interface to query the dumped file.
A target as well as arguments for the target can be specified via hash params (e.g. /Plone/profileview.ajax#?target=overview-controlpanel&kwargs={“a”=”b”})
Depending on browser, you may need to refresh the page after changing the hash part of the URL.
Installation
[instance] ... eggs = ... plone.profileview
Changelog
0.2 - (2016-05-20)
Cleanup: Remove profile in order not to leave traces within database [avoinea]
0.1 - (2016-05-12)
Initial release
Project details
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 plone.profileview-0.2.zip
.
File metadata
- Download URL: plone.profileview-0.2.zip
- Upload date:
- Size: 208.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ae8824c0ee73802ff8b9a8eaa6ef2c8e8793187c401f1093ccb22b26c316e8c |
|
MD5 | cf299698333f299058f9a0a459790f45 |
|
BLAKE2b-256 | 74fa6cbe28ea5addc821e72ca6afadf7fbc9ebddf1f46eddb92b912f63c663a6 |