archetypes.schematuning 1.2
More Speed with cached Archetypes Schemas.
This package speeds up Archetypes Schemas and is a patch for Products.Archetypes.
It uses plone.memoize to cache Archetypes Schemas instead of factoring and modifying them every time they're accessed. Factoring a schema is usually fast but in an average Plone Site, the ATDocument's schema, for example, is accessed about 80 times per request. So caching it still makes sense, even if a single call is fast. With schematuning, ATDocument in PythonProfiler (which linearly slows down whole Python) came down from 1.518s down to 0.084s for Schema calls. This makes it roughly 18 times faster.
History
Roché Compaan and Hedley Roos found while working on one if their projects several performance issues. One of it was the often repeated BaseObject.Schema() method. Read about it on the Mailing-List.
License
GNU General Public License, GPL
Authors
- Hedley Roos (tests, better cache-key, invalidation)
- Jens Klein (initial code, maintainer) <dev@bluedynamics.com>
Contributors
JC Brand <jc@opkode.com>
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| archetypes.schematuning-1.2-py2.4.egg (md5) | Python Egg | 2.4 | 2010-01-22 | 51KB | 2456 |
| archetypes.schematuning-1.2.tar.gz (md5) | Source | 2010-01-22 | 20KB | 968 | |
- Author: Jens Klein, Hedley Roos
- Keywords: archetypes schema
- Categories
- Package Index Owner: jensens, rnix, hedley, jcbrand
- DOAP record: archetypes.schematuning-1.2.xml
