On Tuesday, August 2, 2011 8:44:52 AM UTC-4, Kenneth wrote: > > > Can you run the query directly against the db to compare? Do you have > the debug tool displaying at the bottom of the page that shows how long > he query took? > > t3=time.time() > testar = db(db.tracker_person_product.id).select() > What happens if you do: testar = db(db.tracker_person_product.id > 0).select() # Note, added '> 0'
- [web2py] Fwd: Server slow Kenneth
- Re: [web2py] Fwd: Server slow Kenneth Lundström
- Re: [web2py] Fwd: Server slow pbreit
- Re: [web2py] Fwd: Server slow Kenneth Lundström
- Re: [web2py] Fwd: Server slow Anthony
- Re: [web2py] Fwd: Server slow Kenneth Lundström
- Re: [web2py] Fwd: Server slow David Marko
- Re: [web2py] Fwd: Server slow Anthony
- Re: [web2py] Fwd: Server slow Richard Vézina

