Logs are flooded with this entry... qtc/ajax/heartbeat
Not only is this highly annoying, but it can't be efficient.
Is this module scalable at all? For example, my site is growing at 100 users per day... In a few weeks I will be hitting tens of thousands of active (and chatting) members... How will QTC perform on such a large scale?
Comments
Comment #1
tracerul commentedstatistics.module
function statistics_exit() {...
if ((variable_get('statistics_enable_access_log', 0)) && (module_invoke('throttle', 'status') == 0) && ($_GET['q'] != 'qtc/ajax/heartbeat') && ($_GET['q'] != 'qtc/ajax/data') && ($_GET['q'] != 'qtc/ajax/heartbeat-userdata')) {for me work this, dirty but...
Comment #2
Crom commentedsubscribing - thanks for the solution and I can confirm it works but I'd rather not hack the statistics module if possible. Anything else we can do?
Cheers,
Crom
Comment #3
paul555 commentedsubscribe