FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Version 2.7.4, very slow with FireFox 1.5
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Version 2.7.4, very slow with FireFox 1.5 [message #31044] Tue, 28 March 2006 12:06 Go to next message
KrzysztofRaczkowski is currently offline  KrzysztofRaczkowski   Poland
Messages: 2
Registered: March 2006
Karma: 0
Junior Member
Hi,

First page works fine, but when I click 'Login' shotcuts (top 'taskbar') page is loading about 15-30 sec. Sad

On IE 6.0 (and on this site) everything works fine Sad


Regards
Krzysztof Raczkowski
Re: Version 2.7.4, very slow with FireFox 1.5 [message #31048 is a reply to message #31044] Tue, 28 March 2006 14:13 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Works fine for me in Firefox on this forum.

FUDforum Core Developer
Re: Version 2.7.4, very slow with FireFox 1.5 [message #31057 is a reply to message #31044] Wed, 29 March 2006 08:35 Go to previous message
KrzysztofRaczkowski is currently offline  KrzysztofRaczkowski   Poland
Messages: 2
Registered: March 2006
Karma: 0
Junior Member
Ok....

In PHP ver. 4.4.1 we found problem with code like this:

while (ob_get_level() > 0) {
  ob_end_flush();
}


It should by replaced with:

while (@ob_end_flush());


For details - ask Ilia


Regards
Krzysztof Raczkowski
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: maybe an issue adding ...
Next Topic: forum error msg
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 19 22:35:31 GMT 2024

Total time taken to generate the page: 0.02308 seconds