Results 1 to 13 of 13

Thread: Browser problem: endless loading time

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Tovenaar Senior Member The Wizard's Avatar
    Join Date
    Oct 2003
    Location
    Europe
    Posts
    5,348

    Default Re: Browser problem: endless loading time

    What is wget and what does it do? And how would one ping his own router?

    And yes, other programs using the Internet (mIRC, Last.fm) continue functioning perfectly. Interestingly enough, muTorrent also freezes up the moment my browser's process freezes up.

    What puzzles me is it isn't just IE7/8... Firefox and Chrome get it too. e_e
    "It ain't where you're from / it's where you're at."

    Eric B. & Rakim, I Know You Got Soul

  2. #2

    Default Re: Browser problem: endless loading time

    Wget is a download program that doesn't just give up at the first network problem (it can reconnect and resume broken downloads for instance). There is a windows version, it is used for instance in the windows version of Jigdo.

    You would want to try it like this:

    Code:
    wget -c "http://domain/path/to/download/file" -O NUL
    Or:
    Code:
    wget /c "http://domain/path/to/download/file" /O NUL
    That command attempts to download the file given after -c and sends it to the NULL device (on DOS/NT aka “Windows”). Any errors found in the output on the cmd/shell will help ‘debug’ your problem.

    (Note: I do not know whether or not the Windows version of wget uses the DOS style /flag instead of the Unix style -flag for passing parameters/options.)

    Ping is a tool to check if routers/servers are ‘online’ and responsive: no need to download anything, simply use:
    Code:
    ping address
    From the command line; let it run a while then type Ctrl C to stop it: it should list how successful it has been at contacting <address> (number of packets dropped / number of packets sent) as well as how much time it took (latency) to contact <address> on average.
    Last edited by Tellos Athenaios; 01-21-2010 at 23:01.
    - Tellos Athenaios
    CUF tool - XIDX - PACK tool - SD tool - EVT tool - EB Install Guide - How to track down loading CTD's - EB 1.1 Maps thread


    ὁ δ᾽ ἠλίθιος ὣσπερ πρόβατον βῆ βῆ λέγων βαδίζει” – Kratinos in Dionysalexandros.

  3. #3
    Tovenaar Senior Member The Wizard's Avatar
    Join Date
    Oct 2003
    Location
    Europe
    Posts
    5,348

    Default Re: Browser problem: endless loading time

    I think I may have found the problem... my anti-virus software's (avast! 4.8) web scanning module. I turned it off yesterday evening after reading about similar problems with McAfee's SiteAware and AVG's web scanner and have as of yet not encountered any freezes since. I'll continue doing so today to see if this situation persists.

    I'm thinking it may either be the module itself or a conflict between it and my firewall (ZoneAlarm), because in ZA Program Control I saw that the web scanning thing wasn't completely OK'd by the firewall (it still had to ask me for permission upon trying to access the trusted zone).
    Last edited by The Wizard; 02-26-2010 at 13:42.
    "It ain't where you're from / it's where you're at."

    Eric B. & Rakim, I Know You Got Soul

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO