In "Raw access logs" of Apache in a few seconds there is a request "POST / index.php? Tmpl = json HTTP/1.1" My site is still under construction and its address knows only client. Last night requests were from 2 IP address only, mine and my client's. We were left opend the site in the browser. What would be the case if not only 2 but 100 visitors generated queries in 5 seconds all night?
For me I solved the problem, so far as deleted lines 157, 158 and 159.
- Code: Select all
setTimeout(function() {
gkCartDataRequest();
}, 5000);
The functionality of the shopping cart not changed.
