Thats a lot of html....

Locked
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Thats a lot of html....

Post by bitWISE »

Image

A bug in our software was causing the entire company's data to show up on a single account. The first time I brought up the page it went over a gig lol.
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Re: Thats a lot of html....

Post by FragaGeddon »

Well you do have Show processed from all users checked.
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Re: Thats a lot of html....

Post by bitWISE »

Huh? That's a shot of Firefox running on my Macbook.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Thats a lot of html....

Post by ^misantropia^ »

How big was the page itself, bitwise?
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Re: Thats a lot of html....

Post by bitWISE »

I'm not even sure. Firefox would become unstable and crash before it could even finish loading. It was raping the IIS worker processes on the web server just generating all the HTML too. I think we had one process at 1gb when we discovered the problem.

Imagine a few million copies of this block of code and you get the idea:

Code: Select all

<tr><td style="border: 4px solid White;" colspan="1" class="normal8"><a href="../account/workorderdetailedit.aspx?woid=3457">Details</a></td><td style="border: 4px solid White;" colspan="1" class="normal8"><a href="../office/wocompleted.aspx?accid=21&woid=3457">Complete</a></td><td style="border: 4px solid White;" class="normal8">12/21/2009</td><td style="border: 4px solid White;" class="normal8"/><td style="border: 4px solid White;" class="normal8"/><td style="border: 4px solid White;" class="normal8">3457</td><td style="border: 4px solid White;" class="normal8"/><td style="border: 4px solid White;" class="normal8">Pest Control Service</td><td style="border: 4px solid White;" class="normal8">$100.00</td><td style="border: 4px solid White;" class="normal8">$100.00</td><td style="border: 4px solid White;" class="normal8">$0.00</td><td style="border: 4px solid White;" class="normal8">$6.00</td></tr>
(Yes, I know its not pretty)
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Thats a lot of html....

Post by ^misantropia^ »

At least CSS is used. =)
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: Thats a lot of html....

Post by MKJ »

.. sort of
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Re: Thats a lot of html....

Post by bitWISE »

Yea...lots of ancient code, rushed code, and just plain bad code. But its made it easy for me to go from new guy to senior "making architect decisions" guy so its all good.
Locked