Closed
Bug 626057
Opened 15 years ago
Closed 15 years ago
Slow searches with client=firefox / client=firefox-a
Categories
(Firefox :: Search, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: carlosjosepita, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101230 Firefox/3.6.13
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101230 Firefox/3.6.13
Searches become painfully slow from the default google search plugin. After some trial and error it becames obvious that the culprit was client=firefox-a parameter. If there are more users in the same situation out there, rumors about slow firefox search will heat up soon. That's not good at all. Also, I'd like to make you earn some cents but I had to drop the client parameter from my customized search plugin for now. Hope you understand.
Reproducible: Always
Steps to Reproduce:
1. This hangs: http://www.google.com/search?q=rumours&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
2. This not: http://www.google.com/search?q=rumours&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official
Comment 1•15 years ago
|
||
I get in both cases an instant result (under 1s)
Same for me. Can you please check the search again in a fresh profile? Does that solve your problem?
http://support.mozilla.com/en-US/kb/Managing+profiles
| Reporter | ||
Comment 3•15 years ago
|
||
I had done that before reporting. I don't think it's a problem of firefox itself but something about google treatment of the parameter. There are a lot of variables involved... maybe it's just me that's having this kind of problem because of some astral configuration. Anyway I thought it was important to let you know.
Comment 4•15 years ago
|
||
>Anyway I thought it was important to let you know.
It's important !
There is a small problem with our testing. I'm using win32 and I'm in germany. You can end on different google servers depending on your location. Henrik itself is afaik also in germany (if he doesn't use a VPN).
Carlos, do you see any difference when you request this url via wget or curl? Is there also a visible delay?
| Reporter | ||
Comment 6•15 years ago
|
||
Interesting. Below are outputs for curl with and without the parameter.
>> curl 'http://www.google.com/search?q=loco&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a'
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="http://www.google.com.ar/search?q=loco&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a">here</A>.
</BODY></HTML>
>> curl 'http://www.google.com/search?q=loco&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official' | head -20
<html><head><meta http-equiv="content-type"
content="text/html;charset=utf-8"><title>403
Forbidden</title><style><!--body {font-family:
arial,sans-serif}div.nav {margin-top: 1ex}div.nav A {font-size: 10pt;
font-family: arial,sans-serif}span.nav {font-size: 10pt; font-family:
arial,sans-serif; font-weight: bold}div.nav A,span.big {font-size:
12pt; color: #0000cc}div.nav A {font-size: 10pt; color: black}A.l:link
{color: #6f6f6f}A.u:link {color: green}//--></style><script><!--var
rc=403;//--></script></head><body text=#000000 bgcolor=#ffffff><table
border=0 cellpadding=2 cellspacing=0 width=100%><tr><td rowspan=3
width=1% nowrap><b><font face=times color=#0039b6
size=10>G</font><font face=times color=#c41200 size=10>o</font><font
face=times color=#f3c518 size=10>o</font><font face=times
color=#0039b6 size=10>g</font><font face=times color=#30a72f
size=10>l</font><font face=times color=#c41200
size=10>e</font> </b><td> </td></tr><tr><td
bgcolor="#3366cc"><font face=arial,sans-serif
color="#ffffff"><b>Error</b></td></tr><tr><td> </td></tr></table><blockquote><H1>Forbidden</H1>Your
client does not have permission to get URL
<code>/search?q=loco&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official</code>
from this server. (Client IP address: 201.250.190.195)<br><br>
....
etc
Do you see differences in Firefox when using those links directly?
http://www.google.com/search?q=rumours&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
http://www.google.com.ar/search?q=loco&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
| Reporter | ||
Comment 8•15 years ago
|
||
No, but I would like to add that today the problem comes and goes so it was difficult to accurately test this. Anyway I got instances of the issue both with and without the amps.
You should check with dig (dig google.ar) how long it takes to resolve the domain names. Repeat it multiple times with delays of about 10 min in-between.
| Reporter | ||
Comment 10•15 years ago
|
||
Sorry for the delay to answer. Since some days ago I haven't been experiencing this issue anymore, so I was unable to report anything of interest in order to solve what seems to be already solved. So I think this bug can be closed for now. Thank you all.
Comment 11•15 years ago
|
||
Thanks anyway !
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•