Does more harm than good
-
This plug-in performs an ajax call every 10 seconds to a page which will get the WHOLE logs from only one row in wp_config, append the new log value and update it.
I cannot stress enough how dangerous it is for your mysql server. It will make your database size grow exponentially, without any chance of doing anything, thanks to the lack of garbage collection in mysql.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Does more harm than good’ is closed to new replies.