Plugin works but storage is wrong!
-
This plugin uses the wp_options table to store the rules but it should be in another table! The problem is that the more posts with redirection there are, the more the wp_options table will be full, harming the performance of the site because wordpress reads this table in every request.
This is an architectural problem. Can you correct?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin works but storage is wrong!’ is closed to new replies.