Posted by DarkLight on September 26, 2010 at 5:59am
4 followers
Jump to:
| Project: | QTChat |
| Version: | 6.x-1.0-beta2 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
statistics.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...
#2
subscribing - 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
#3
subscribe