WPIntell

Source evidence

Slowwww on admin pages

AdRedux – Insert Ads & Analytics Codes · support · 2025-06-04T16:22:00+00:00

complaintsentiment
mediumseverity
0.87relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 31 rows with source links

16.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
briandd unresolved
The code in adredux_setup_fields() is fetching all tags and categories and looping over them, it can potentially fetch hundreds of MB of data from mysql if the site has a lot of tags, also doing a very slow query, the worse is that it does it on every admin page, so you’re shooting yourself in the foot. Quick fix public function adredux_setup_fields() { if ($_GET['page'] !== "adredux" && basename($_SERVER['REQUEST_URI'])!=="options.php") return; But it would deserve an update (though this plugin looks abandoned)

Comments

0 shown

No comments were stored for this source.