Forums / Cotonti / Support / Slow work

ras233
#1 2011-12-09 08:17

Dear community.

Help solve this problem. Install the engine version 0.9.6. Pages fly, opening up fast. But while maintaining all of the material is a very long time - seconds, 40-60. I watched the conclusion of errors - they are not, the page is generated in a split second, as it should. Prompt please, what's the problem? Can a man have been so?

ez
#2 2011-12-09 10:14

More info.. is needed.
Your text is not very explaning...

WHAT is: "But while maintaining all of the material is a very long time"

Maybe your server has problems, or the connection

==- I say: Keep it EZ -==
ras233
#3 2011-12-09 10:27

WHAT is: "But while maintaining all of the material is a very long time"

Maybe your server has problems, or the connection

 

No, my server work fine. Two sites on Joomla! work without problem!

ez
#4 2011-12-09 12:09

sounds like timeouts....
are you using different urls.... ???   (also check the mainurl in the config file)

www.yoursite.nn and yoursite.nn ?

 

can you give an url... so we can look ?

 

==- I say: Keep it EZ -==
GHengeveld
#5 2011-12-10 10:52

What do you mean by "maintaining all of the material"? Do you mean the admin panel?

Slow page loading can have many causes. I suggest you use a tool like Firebug ('Net' tab) or the Network tab in Chrome's Javascript console to check page component load times.

ras233
#6 2011-12-12 06:24

Problem solved. I comments code in the file function.php

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