I realize that LOAD(ajax=True) could introduce a bit of a slow down but it seems much larger to me than I would expect. Does anyone else notice this? I originally used a bunch of ajax=True but I am switching to False and the pages are loading much faster.
On Saturday, February 25, 2012 8:03:17 PM UTC-8, pbreit wrote: > > OK, the problem is not query speed, it's that LOAD(...ajax=True) is really > slow. I switched that to false and the page displays instantly now. > > But the appadmin/ccache page is still showing the cache at 0 even though > it's recording hits (and db stats is not showing the query indicating that > it is getting it from cache). And that's after just updating to a current > appadmin.py. > > >