Any idea why there is a discrepancy between Firebug and
httpserver.log?

I am using postgresql.  What would indicate "model complexity"?  I
have around 9 tables, but most of the requests just do single-object
selects and inserts.  No complex joins are in public-facing pages, but
myself as an administrator periodically load a page that does big
joins.  But a single process doing complex joins should not slow down
all other simple selects and inserts, right?

On Mar 27, 6:48 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> Mind that if you use sqlite there is no concurrency. Still these
> numbers are very low.
> Are your models very complex?
>
> On 27 Mar, 00:06, Michael Toomim <too...@gmail.com> wrote:
>
>
>
> > I'm using web2py+rocket to serve jobs on mechanical turk. The server
> > probably gets a hit per second or so by workers on mechanical turk
> > using it.
>
> > When I have no users, everything is fast. But in active use, I notice
> > that web pages often load realllly slow in my web browser, but the
> > httpserver.log file reports only small times.
>
> > For instance, I just loaded a page that httpserver.log said took
> > 0.200000 seconds, but Firebug said took 54.21 seconds. That's a big
> > difference. Any idea what's going on? I guess I'll have to try apache?

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to