WPIntell

Source evidence

interface (automatic export)

Plugin Report · support · 2020-07-21T11:42:00+00:00

mixedsentiment
mediumseverity
0.84relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 35 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
roundaboutweb resolved
Is it possible to read out the evaluation (e.g. with wp-cli) for further automated processing? Thank you for this suggestion. I’m afraid that would be somewhat complicated to build. The plugin uses Javascript to “throttle” calls to wordpress.org’s plugin API. When recent data is not available for some (or all) plugins, the script fires off calls one-by-one, waiting until a previous call’s data arrives before firing the next. This is why you can the lines update sometimes. Since there’s not always a complete set of data in the database (there may in fact be no data at all), supplying the data to wp-cli would require doing something similar in PHP. Either that, or a manual action (refreshing in wp-admin) would be required before usign wp-cli. Of course, you could use the CSV export to process further (locally?). I was afraid of this. The plugin is already good, but I need a way to monitor many pages this way in one dashboard. For a single page this plugin is very good and an enrichment. Wouldn’t a good management dashboard like InfiniteWP/ManageWP/etc be an option? There’s a couple of nice options out there. They won’t provide all the details my plugin does, but they’re very handy for checking up on lots of sites. Of course I am familiar with these solutions, but in many points they do not meet my requirements. Therefore I have my own solution, which deliberately works without a plugin. Therefore I am still looking for exactly this evaluation possibility to optimize my solution. Nevertheless many thanks and still much success.

Comments

4 shown
Roy Tanck 2020-07-21T13:50:00+00:00

Thank you for this suggestion. I’m afraid that would be somewhat complicated to build. The plugin uses Javascript to “throttle” calls to wordpress.org’s plugin API. When recent data is not available for some (or all) plugins, the script fires off calls one-by-one, waiting until a previous call’s data arrives before firing the next. This is why you can the lines update sometimes. Since there’s not always a complete set of data in the database (there may in fact be no data at all), supplying the data to wp-cli would require doing something similar in PHP. Either that, or a manual action (refreshing in wp-admin) would be required before usign wp-cli. Of course, you could use the CSV export to process further (locally?).

roundaboutweb 2020-07-21T14:12:00+00:00

I was afraid of this. The plugin is already good, but I need a way to monitor many pages this way in one dashboard. For a single page this plugin is very good and an enrichment.

Roy Tanck 2020-07-21T14:21:00+00:00

Wouldn’t a good management dashboard like InfiniteWP/ManageWP/etc be an option? There’s a couple of nice options out there. They won’t provide all the details my plugin does, but they’re very handy for checking up on lots of sites.

roundaboutweb 2020-07-21T14:37:00+00:00

Of course I am familiar with these solutions, but in many points they do not meet my requirements. Therefore I have my own solution, which deliberately works without a plugin. Therefore I am still looking for exactly this evaluation possibility to optimize my solution. Nevertheless many thanks and still much success.