Hi all, As much as I'm happy to reach the front page of hacker news with minnaedu.appspot.com, it threw me out of the free limits of GAE. What surprised me was that when the number of visitors to the page was just 500 & there are just 2 posts (basically this was a blog engine), I already reached .05 million datastore read limit.
My models are already in modules and am using cache. What other optimizations would you recommend? (I understand that I can reach only so far with the free limits; but my surprise is that with 500 hits it reached .05 million datastore reads). Code is here: https://bitbucket.org/id804097/minnaedu/src/ad58ea9a5a20/webapp/applications/init Any suggestions are welcome. Thank you, Joseph