AlbertAguirre
Programmer
I wrote an online application that displays a large amount of data.
The problem is that with IE the page takes alot longer to display than on Firefox.
IE buffers the output until it is complete, then disaplays.
FF displays as it retrieves data.
Is there a setting such as buffering that I can change to make IE behave like FF and display data as it is retrieved?
- I am using PHP / apache
- I shut off buffering in PHP
-A
The problem is that with IE the page takes alot longer to display than on Firefox.
IE buffers the output until it is complete, then disaplays.
FF displays as it retrieves data.
Is there a setting such as buffering that I can change to make IE behave like FF and display data as it is retrieved?
- I am using PHP / apache
- I shut off buffering in PHP
-A