Page 1 of 1

Page stops responding when printing content

Posted: Tue Nov 16, 2010 4:27 am
by SilverArrow
Hello!

I have my own framework through which all modules are loaded and content is stored in specific class. At the end
all the content is displayed on screen. I'm stucked at this last step when I want with php function (print or echo) to display
the contents of all pages on screen. Then the server obviously can't handle this, because after a few clicks
page hangs (stops responding - until I close the browser and reopen the page).
Maybe are there some restrictions on server? Page is loading on other server just fine (that other server is a little bit faster).

it' online shop with lots of html code (that's the only difference between pages that works and this one that hangs!)

Any ideas?

Re: Page stops responding when printing content

Posted: Tue Nov 16, 2010 4:05 pm
by thinsoldier
to display
the contents of all pages on screen
How many "pages" are you talking about?

How many bytes is the html of a single page?

I ran into a page today with 3.5 megabytes of html markup.
(min/max-price on a search form ranging from $500 to $30-million in $20 increments!!!)

It killed safari, opera, and firefox when I tried to view-source. That could be your problem.
Have a url?