straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

DynamicSite memcache #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DynamicSite currently does a get and fetch on every page view. Add a
memcache for a couple minutes to remove the datastore calls. Patch attached.

This modifications to the source code were written by me, and are released
into the public domain. Make use of them as you will.

Original issue reported on code.google.com by jonathan...@gmail.com on 6 Mar 2009 at 6:23

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks a lot! I've committed a slightly modified version based on Django's 
cache API.

Original comment by wkornew...@gmail.com on 6 Mar 2009 at 6:46

GoogleCodeExporter commented 9 years ago
Cool. Thanks. I should've targeted that at django's api in the first place.

Original comment by jonathan...@gmail.com on 6 Mar 2009 at 7:48