IE/Opera + Dev Server = slow, problematic

148 views
Skip to first unread message

Kaan Soral

unread,
Sep 23, 2012, 8:38:16 PM9/23/12
to google-a...@googlegroups.com
I can't use IE or Opera for testing with development server (local).
  • For some reason some of the scripts/images don't load. For the ones that load, it takes a huge amount of time for them to load compared to Firefox/Chrome.
  • When you make a request, it takes some time for it to show up on the logs. (IE is much much worse than opera)
Do you have similar experiences?

Bryce Cutt

unread,
Sep 24, 2012, 3:20:14 PM9/24/12
to google-a...@googlegroups.com
I have seen this before and I believe it is due to the browser making multiple parallel connections to the dev server. The dev server only supports a single connection at once so some/many of these connections will time out or just fail. It is worse if you have multiple browsers making requests against the same dev server.

I have had OK results when accessing the dev server by IP rather than localhost. To try this you need to start the dev server with the argument --address 0.0.0.0 and then you can access it using the IP address of the machine the dev server is running on. Hopefully that helps.

For docs on the dev server command line arguments see here:

- Bryce

Bryce Cutt

unread,
Sep 25, 2012, 4:35:15 PM9/25/12
to google-a...@googlegroups.com
Correction: The necessary argument is --address=0.0.0.0

Kaan Soral

unread,
Sep 25, 2012, 5:20:59 PM9/25/12
to google-a...@googlegroups.com
Thanks for the suggestion Bryce

Kaan Soral

unread,
Oct 11, 2012, 3:20:44 PM10/11/12
to google-a...@googlegroups.com
I just had this idea now, If there is any http headers or modifications that will prohibit IE/Opera from making async requests we may try those. (Make responses HTTP 1.0 etc.) It should be a not so hard modification on maybe dev_appserver.py or other files that prepare the response
Any ideas?

On Wednesday, October 10, 2012 9:44:33 PM UTC+3, Adam Lofting wrote:
I've been suffering with the same experience testing App Engine in IE running on Windows 7. 

Weirdly it runs fine in IE Tester (all versions), which has been my solution for now.

Brian Quinlan

unread,
Nov 26, 2012, 9:24:32 PM11/26/12
to google-a...@googlegroups.com
Hi Kaan,

On Fri, Oct 12, 2012 at 6:20 AM, Kaan Soral <kaan...@gmail.com> wrote:
> I just had this idea now, If there is any http headers or modifications that
> will prohibit IE/Opera from making async requests we may try those. (Make
> responses HTTP 1.0 etc.) It should be a not so hard modification on maybe
> dev_appserver.py or other files that prepare the response
> Any ideas?

The App Engine team is currently working on a new development server
that has a multi-threaded frontend and supports concurrent requests.

The announcement is here:
https://groups.google.com/d/topic/google-appengine/TCQuJpF44cY/discussion

And you can get the code from the Google Code project:
http://code.google.com/p/appengine-devappserver2-experiment/

Cheers,
Brian

>
>
> On Wednesday, October 10, 2012 9:44:33 PM UTC+3, Adam Lofting wrote:
>>
>> I've been suffering with the same experience testing App Engine in IE
>> running on Windows 7.
>>
>> Weirdly it runs fine in IE Tester (all versions), which has been my
>> solution for now.
>>
>>
>>
>> On Monday, September 24, 2012 2:38:16 AM UTC+2, Kaan Soral wrote:
>>>
>>> I can't use IE or Opera for testing with development server (local).
>>>
>>> For some reason some of the scripts/images don't load. For the ones that
>>> load, it takes a huge amount of time for them to load compared to
>>> Firefox/Chrome.
>>> When you make a request, it takes some time for it to show up on the
>>> logs. (IE is much much worse than opera)
>>>
>>> Do you have similar experiences?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/vhwDmScXlKEJ.
>
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
Reply all
Reply to author
Forward
0 new messages