can someone help?
-
i have many manual redirects, so i dont want to delete this plugin, but now wp query monitor have error logs for slow querys:
select wp_schreibenwbz404_redirects.id, wp_schreibenwbz404_redirects.url, wp_schreibenwbz404_redirects.status, wp_schreibenwbz404_redirects.type, wp_schreibenwbz404_redirects.final_dest, wp_schreibenwbz404_redirects.code, wp_schreibenwbz404_redirects.timestamp, count(wp_schreibenwbz404_logs.id) as hits from wp_schreibenwbz404_redirects left outer join wp_schreibenwbz404_logs on wp_schreibenwbz404_redirects.id = wp_schreibenwbz404_logs.redirect_id where 1 and (status = 1 or status = 2) and disabled = 0 group by wp_schreibenwbz404_redirects.id order by url ASC limit 0, 25
What can i do? i use wp 5.5.1 php 7.4
- The topic ‘can someone help?’ is closed to new replies.