Forum Moderators: coopster

Message Too Old, No Replies

Content generated by PHP/mySQL inside an iframe load very slowly...

         

irock

6:22 am on Sep 26, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm not too sure if it's Netscape 7 or iframe loading very slowly... Anyone has any ideas?

Xuefer

6:40 am on Sep 26, 2003 (gmt 0)

10+ Year Member



are u using session?

irock

6:46 am on Sep 26, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Nope...

coopster

10:50 am on Sep 26, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



It's more than likely the rendering of the iframe by the browser, but in order to confirm, try writing your content to a paragraph block ( <p>content</p> ) and see what that does for performance.

vincevincevince

1:46 pm on Sep 26, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



is it a bandwidth issue? i.e. is the main page content heavy and not fully loaded?

is it raw php outputting speed? this is often the case where php must load external files/feeds before it can output

is the content within a table so won't display at all until the whole table is loaded? put each row in its own table or use SPAN to great effect...

that's all i can think of for now

irock

3:41 pm on Sep 26, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The content of the iframe is always the last thing to appear.