I just made a small (2-3 line) optimization (must've been half asleep when I coded that
). The server load dropped from 10 to 0.3.

I guess grabbing your whole 8000 row user table is not a good idea. LOL *smacks self for doing that in the first place*
I guess this server CAN handle 100+ users at once




I guess grabbing your whole 8000 row user table is not a good idea. LOL *smacks self for doing that in the first place*
I guess this server CAN handle 100+ users at once

Comment