Hi everybody,
I have a really slow flaschat running on vB and I found a solution in the net:
Quote:
Your FlashChat is working SLOW ????
I know what it is.
Edit your defaultCMS (in any ver you want) and modify this line:
$this->getUsersStmt = new Statement("SELECT * FROM {$GLOBALS['fc_config']['db']['pref']}users ORDER BY login")
with this:
$this->getUsersStmt = new Statement("SELECT * FROM {$GLOBALS['fc_config']['db']['pref']}users ORDER BY login LIMIT 1")
and that's it.
|
Hopefully this helps somebody. And ... could somebody help me? Where the hell do I find this line, that I have to change? :alien:
Best wishes, Julian!