AJAX – MySQL Query Flooding Server – Jquery ajax
I've been at this for a few days now trying different methods to reduce the 95-135% CPU load due to a recent AJAX script, calling this query: SELECT COUNT(*) as total FROM users WHERE last_access >= DATE_SUB(NOW(), INTERVAL 1 MINUTE)…