Try this:
- add the web2py toolbar and it will tell you the time of each query
{{=response.toolbar()}}
- turn on the profiler
web2py.py -F profiler_filename.txt
it will log useful info at each requestOn Tuesday, 3 April 2012 23:45:46 UTC-5, Kenny wrote: > > I have some python fetching rows and calculating distances on views. Do u > guys think that it delays loading time? Thank you. >

