Creates massive logs in wp_postmeta, causing slow editing
-
This plugin does create working redirects for removed pages.
However, with logging turned on, as it is by default, it logs every 404 request to the wp_postmeta table. This can result over time on a busy site in a very large table, and since this table needs to be checked to load the ‘edit page’ interface, a wp_postmeta table that is full of logs can result in a very slow load for page editing.
Further, if the plugin is removed, the log entries are not removed. You need to remove them by finding the ‘clear logs’ button before deleting the plugin. I don’t think this is made obvious.
If you are dealing with a site that has used the plugin once, but where it is no longer installed, it is really hard to work out what plugin the c4p_log entries in the database relate to.
Furthermore if you do use the built-in ‘clear logs’ functionality, it will probably cause your site to run out of memory while it clears.
I really don’t think this plugin should be storing all its logs in wp_postmeta.
The topic ‘Creates massive logs in wp_postmeta, causing slow editing’ is closed to new replies.