Git-Host / gaeframework

Automatically exported from code.google.com/p/gaeframework
0 stars 0 forks source link

Performance improvements #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Idea
We need speed-up our applications to decrease processor time usage. We can do 
this by using memcache for caching some kinds of data, and also save partially 
compiled objects to memcache and restore this for fast handle with new user 
data.

Recommendations
1. replace Django Templates to more faster and flexible template engine. This 
can be Jinja2, or our own template engine

1.a. save compiled templates to memcache. On each new deployment - we need 
clear already cached templates from memcache to use changed templates from file

2. improve cached properties in the models. We have the blog.user property. We 
need cache this reference property

See also
List of ideas below (in comments)

Original issue reported on code.google.com by anton.danilchenko on 9 Feb 2011 at 9:36

GoogleCodeExporter commented 9 years ago

Original comment by anton.danilchenko on 21 Jul 2011 at 12:08