Counter resets with large traffic
-
My website gets large amounts of traffic (~5000 per day or ~35000 per week). When the counter gets to high, it resets. This can be emulated/tested by running this SQL query in phpMyAdmin
UPDATE 'database'.'wp_hidden_options' SET 'option_value' = '1300367' WHERE 'wp_hidden_options'.'option_id' =324740 LIMIT 1 ;
(replace single-quotes with backticks except for ‘1300367’)
The counter will display the proper number, but then it will reset upon the next visit/hit.My website is https://dcjtech.info/
- The topic ‘Counter resets with large traffic’ is closed to new replies.