[Plugin: Redirection] Why is there a query on every page?
-
I’m using SQL Monitor and noticed that this plugin throws an extra query on every single page:
wp-content/plugins/redirection/modules/wordpress.php, 31 (Red_Item::get_for_url)
wp-content/plugins/redirection/models/redirect.php, 95 (wpdb::get_results)
So it looks like the plugin checks for WordPress redirects on every single page. Even if I delete the WordPress module, it still calls this… why? It looks like it executes the function
get_for_url
fromredirect.php
, but I can’t figure out exactly what it does.I guess just redirects monitored WP pages, but if that option is off, then why does it still go?
- The topic ‘[Plugin: Redirection] Why is there a query on every page?’ is closed to new replies.