Log in

View Full Version : FlashChat speed solution


JulianWolf
08-02-2006, 01:07 PM
Hi everybody,

I have a really slow flaschat running on vB and I found a solution in the net:

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!

Paul M
08-02-2006, 03:06 PM
Don't believe everything you read.

You will break certain functionality doing that, and unless you use bots, I doubt it will have any effect on speed (and unless you have a huge number of users, it won't have any effect anyway)