Hello, the plugin generates a lot of requests to the MySQL database.
How can I turn off download history to stop recording data to MySQL?
Example of requests provided by hosting company. *username, hostname, and IP addresses are changed*
# Time: 2022-05-07T13:00:29.716446Z
# User@Host: USERDATABASE[HOSTDATABASE] @ localhost [] Id: 7705538
# Query_time: 4.699025 Lock_time: 3.059777 Rows_sent: 0 Rows_examined: 1386816
SET timestamp=1651928425;
UPDATE wpj4_ahm_user_download_counts
SET download_count
= ‘2’ WHERE user
= ‘111.111.111.111’ AND package_id
= ‘1111’;
# Time: 2022-05-07T13:01:12.950018Z
# User@Host: USERDATABASE[HOSTDATABASE] @ localhost [] Id: 7705788
# Query_time: 5.302771 Lock_time: 5.302570 Rows_sent: 0 Rows_examined: 0
SET timestamp=1651928467;
INSERT INTO wpj4_ahm_user_download_counts
(download_count
, user
, package_id
) VALUES (‘1’, ‘111.111.111.111’, ‘1111’);
# Time: 2022-05-07T13:01:14.574439Z
# User@Host: USERDATABASE[HOSTDATABASE] @ localhost [] Id: 7705797
# Query_time: 3.892360 Lock_time: 2.267900 Rows_sent: 0 Rows_examined: 1386819
SET timestamp=1651928470;