{ "info": { "author": "David Batranu", "author_email": "dbatranu@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Zope2", "Framework :: Zope3", "License :: OSI Approved :: GNU General Public License (GPL)", "License :: OSI Approved :: Mozilla Public License 1.0 (MPL)", "Programming Language :: Python", "Programming Language :: Zope", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Plone Profile View\n==================\n\nThis package is designed to ease performace profiling of Plone websites.\n\nNormally, 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).\n\nThe 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.\n\n\nHow to\n------\n\nThere are two views exposed: **@@profileview** and **@@profileview.ajax**\n\n@@profileview\n~~~~~~~~~~~~~\n\nWill run profiling on the current context and download a python **cProfile** dump which you can load in the viewer of your choice.\n\nA 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\"}**)\n\n\n@@profileview.ajax\n~~~~~~~~~~~~~~~~~~\n\nSimilar 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.\n\nA 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\"}**)\n\n\nDepending on browser, you may need to refresh the page after changing the hash part of the URL.\n\n\nInstallation\n------------\n\n::\n\n [instance]\n ...\n eggs =\n ...\n plone.profileview\n\nChangelog\n=========\n\n0.2 - (2016-05-20)\n------------------\n- Cleanup: Remove profile in order not to leave traces within database\n [avoinea]\n\n0.1 - (2016-05-12)\n------------------\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/eaudeweb/plone.profileview", "keywords": "Plone BrowserView Profiler", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "plone.profileview", "package_url": "https://pypi.org/project/plone.profileview/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/plone.profileview/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/eaudeweb/plone.profileview" }, "release_url": "https://pypi.org/project/plone.profileview/0.2/", "requires_dist": null, "requires_python": null, "summary": "BrowserView profiler", "version": "0.2" }, "last_serial": 2124883, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e28b183e9e7f912d7efadcc937d75e1f", "sha256": "0aa7db19074528f46243380a7fa8876a09a9d9d92cbabaa56e2b4e500045c050" }, "downloads": -1, "filename": "plone.profileview-0.1.zip", "has_sig": false, "md5_digest": "e28b183e9e7f912d7efadcc937d75e1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 209115, "upload_time": "2016-05-12T14:12:48", "url": "https://files.pythonhosted.org/packages/84/8a/e17a43e719ce57be517fc246b6435e62a1b741d0f2274c25e369b2c70ae6/plone.profileview-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "cf299698333f299058f9a0a459790f45", "sha256": "0ae8824c0ee73802ff8b9a8eaa6ef2c8e8793187c401f1093ccb22b26c316e8c" }, "downloads": -1, "filename": "plone.profileview-0.2.zip", "has_sig": false, "md5_digest": "cf299698333f299058f9a0a459790f45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208131, "upload_time": "2016-05-20T09:03:50", "url": "https://files.pythonhosted.org/packages/74/fa/6cbe28ea5addc821e72ca6afadf7fbc9ebddf1f46eddb92b912f63c663a6/plone.profileview-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf299698333f299058f9a0a459790f45", "sha256": "0ae8824c0ee73802ff8b9a8eaa6ef2c8e8793187c401f1093ccb22b26c316e8c" }, "downloads": -1, "filename": "plone.profileview-0.2.zip", "has_sig": false, "md5_digest": "cf299698333f299058f9a0a459790f45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208131, "upload_time": "2016-05-20T09:03:50", "url": "https://files.pythonhosted.org/packages/74/fa/6cbe28ea5addc821e72ca6afadf7fbc9ebddf1f46eddb92b912f63c663a6/plone.profileview-0.2.zip" } ] }