Quote:
Originally Posted by VBDev
Wow ! That's a lot.
Some questions: - How many users do you have on your board ?
- What is your refresh rate ?
- How many chats are you displaying in the chatbox ?
I am planning on develop something to avoid full refresh of a chatbox each time and thus diminish the load.
|
There is not that many users, the refresh rate is 30 seconds, and there's only 5 chats at a time being displayed.
The chatbox is on my arcade pages, so there is likely to be a large number of page loads. Why would mgc_cb_evo_ajax.php be transfered on every page load? Shouldn't it be cached by the users browser?