Firefox

Asked by Nicolas Panozzo

I upgraded Ubuntu to Ubuntu Karmic but now Firefox takes ages to load the web pages even Google. Do you know if I have to change any setting?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu firefox-3.5 Edit question
Assignee:
No assignee Edit question
Solved by:
Nicolas Panozzo
Solved:
Last query:
Last reply:
Revision history for this message
Richard Seguin (sectech) said :
#1

There isn't anything that needs to be set after upgrading. You however may want to check in network manager to see if your IP settings are correct, especially the DNS.

Also is it taking a long time loading the actual page? or is it taking a time finding the page, but once it finds it the page displays normally?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

try:

mv ~/.mozilla ~/.mozilla_old

Then relaunch the browser, is it faster

Revision history for this message
Lawrence H. Bulk (lhbcomm) said :
#3

If Actionparsnip's solution works, fine. If not, try this solution supplied to me from Wojox:

1. Type about:config in the address bar, press Enter.
2. Find network.dns.disableIPv6 in the list.
3. Right-click -> Toggle. Set to true
4. Restart your Mozilla application and try again.

I'm sure that this will work.

Revision history for this message
Vikram Dhillon (dhillon-v10) said :
#4

I too recommend checking your DNS settings but since your upgraded,
actionparsnip's solution should work

Regards,
Vikram

On Wed, Nov 25, 2009 at 6:53 PM, Lawrence H. Bulk
<email address hidden> wrote:
> Question #91732 on linux in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/linux/+question/91732
>
> Lawrence H. Bulk proposed the following answer:
> If Actionparsnip's solution works, fine. If not, try this solution
> supplied to me from Wojox:
>
> 1. Type about:config in the address bar, press Enter.
> 2. Find network.dns.disableIPv6 in the list.
> 3. Right-click -> Toggle. Set to true
> 4. Restart your Mozilla application and try again.
>
> I'm sure that this will work.
>
> --
> You received this question notification because you are an answer
> contact for Ubuntu.
>

Revision history for this message
Nicolas Panozzo (nicolapanozzo) said :
#5

Do you know where I can check my DSN settings?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

Have you already tried to check the network-manager settings... using the top right network-manager icon...

Hth

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

you can also run:

cat /etc/resolv.conf

Revision history for this message
Nicolas Panozzo (nicolapanozzo) said :
#8

I checked the DSN but I don't know much about it. Waht should I actually look for?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

Its DNS (Domain Name Service) not DSN

Can you give the output of the command as an update.

Revision history for this message
Nicolas Panozzo (nicolapanozzo) said :
#10

# Generated by NetworkManager
nameserver 192.168.1.254

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

better

can you run:

gksudo gedit /etc/resolv.conf

add these lines:

nameserver 208.67.220.220
nameserver 208.67.220.220

save the new file and close gedit, try web browsing.

Revision history for this message
Nicolas Panozzo (nicolapanozzo) said :
#12

What is nameserver?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#13

its the format of the file to add a DNS server

a name server translates humanly readable names to IP addresses for you.

Revision history for this message
Nicolas Panozzo (nicolapanozzo) said :
#14

OK