I'm using the builtin webserver with web2py on Windows. When I refresh the page (to reload all files) of a small app in Opera it takes very long (>10 sec) until the page is completely loaded. When I check the network log (with Dragonfly) I see that usually the first 10-20 files (css, js, images, etc.) are loaded very fast. The next couple of files are delayed for about 10 seconds (request is scheduled, header and body is written immediately, then the sequence is terminated and retried after about 10 seconds). After 10 seconds all remaining files are loaded quite fast.
Has anyone an idea what blocks loading these files? I guess the builtin webserver should be able to handle a couple of simultaneous requests. Strangely this problem does not happen with FF or IE. Maybe it is because the timing of sending requests is different? I have a similar issue when I access the page over a VPN with IE. Some scripts get corrupted and IE shows a syntax error (e.g. in the jquery js file). This problem only occurs with IE and not with the other browsers. I think it is related to the other issue, since it only happens when the whole page is refreshed and all files are requested. Still, I'm very confused... Alex -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

