Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Don't Blame The Browser

by drewbie (Chaplain)
on Jun 11, 2004 at 02:55 UTC ( [id://363281]=note: print w/replies, xml ) Need Help??


in reply to Re: Don't Blame The Browser
in thread Don't Blame The Browser

And related to this, later versions of Mozilla (1.6+?) allow you to reload the View Source window w/o closing it, refreshing the browser, and viewing the source again. Quite handy when you're tweaking things and want a fast way to see your changes.

Replies are listed 'Best First'.
Re^3: Don't Blame The Browser
by samtregar (Abbot) on Jun 11, 2004 at 03:00 UTC
    I tried to View Source after the browser was half-way baked. It nearly took down my entire machine. Memory usage shot past 600MB!

    -sam

      Holy cow! Consider me impressed! How long was the browser loading the page before you decided to view the source? I'm also amazed that apache didn't choke on the repeated hidden GET params before it got to that size.

      I thought I remembered reading about a limit of ~2k characters in a GET string? Looking through the HTTP/1.1 RFC I didn't see any mention, and I can't find it in the Apache docs either. Am I just remembering things?

        Holy cow! Consider me impressed! How long was the browser loading the page before you decided to view the source?

        I let it finish loading, which took around 5 minutes I believe.

        I thought I remembered reading about a limit of ~2k characters in a GET string?

        I think it's a compile-time parameter for Apache. But this form isn't a GET, it's a POST.

        -sam

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://363281]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-24 13:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found