WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
86996
[libsoup] Extremely slow XMLHttpRequests
https://bugs.webkit.org/show_bug.cgi?id=86996
Summary
[libsoup] Extremely slow XMLHttpRequests
Sergio Villar Senin
Reported
2012-05-21 02:09:23 PDT
I have noticed that WebKitGtk+ + libsoup master performs at an extremely slow pace when dealing with XMLHttpRequests. For example, when accessing the web interface of a UPnP server in my local network, which mostly works using XMLHttpRequests) I have to wait between 5-10 secs!!! for each response. In Firefox or Chrome OTOH it is like 1-2 secs.
Attachments
Add attachment
proposed patch, testcase, etc.
Sergio Villar Senin
Comment 1
2012-05-21 02:12:47 PDT
Adding Martin as he recently worked on a bug related to synchronous requests IIRC
Dan Winship
Comment 2
2012-05-21 05:45:12 PDT
(In reply to
comment #0
)
> I have noticed that WebKitGtk+ + libsoup master performs at an extremely slow pace when dealing with XMLHttpRequests.
Does it happen with libsoup stable? Does it happen with the xmlhttp LayoutTests? (Or any site other than your UPnP server?) If not, it would be interesting to see the HTTP traffice... is the server claiming an incorrect Content-Length or something like that?
Sergio Villar Senin
Comment 3
2012-05-21 06:50:40 PDT
(In reply to
comment #2
)
> (In reply to
comment #0
) > > I have noticed that WebKitGtk+ + libsoup master performs at an extremely slow pace when dealing with XMLHttpRequests. > > Does it happen with libsoup stable? > > Does it happen with the xmlhttp LayoutTests? (Or any site other than your UPnP server?) If not, it would be interesting to see the HTTP traffice... is the server claiming an incorrect Content-Length or something like that?
Haven't dived too much into this, I just filed it in order not to forget about it. Will test with stable as soon as possible.
Martin Robinson
Comment 4
2012-05-21 07:36:14 PDT
(In reply to
comment #3
)
> > Haven't dived too much into this, I just filed it in order not to forget about it. Will test with stable as soon as possible.
Another good thing to know is whether or not the UPnP requests were synchronous.
Sergio Villar Senin
Comment 5
2012-05-21 10:55:35 PDT
(In reply to
comment #4
)
> (In reply to
comment #3
) > > > > Haven't dived too much into this, I just filed it in order not to forget about it. Will test with stable as soon as possible. > > Another good thing to know is whether or not the UPnP requests were synchronous.
I haven't debugged it yet, but I'm almost sure that they were because the whole browser becomes frozen for those 5-10 secs waiting for the reply
Sergio Villar Senin
Comment 6
2012-06-27 09:16:31 PDT
Looks like I'm not suffering this anymore
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug