question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plugin Data in Dashboard

See original GitHub issue

The Google’s Publisher Ads plugin data does not appear in the lighthouse dashboard. At first I thought it was a bug in the googleads/publisher-ads-lighthouse-plugin repo, so I filed this ticket in that repo.

But upon looking into it more, I think it might be either a bug or feature request for this repo. It appears that the category prefixes are pre-defined in this repo, in the server ui “category-card” component But, if I add the publisher-ads prefix there, then it is still missing the data from props.statistics a few lines below.

I’m still stepping through the process, looking for a solution. But I was wondering if anyone more familiar with this repo might know what’s missing, from either this or the plugin repo. I’m currently using the mocks pages and lighthouserc.js in the plugin repo to test and debug this.

I will update here as I continue to research this.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

4reactions
patrickhulcecommented, Sep 29, 2021

Rough roadmap idea if we proceed:

  1. Abstract away all fetching of statistic definitions behind a function/API call that requires the config + project as input
  2. Add a flag to config that mutates the statistic definitions in some way (removes a category, adds an audit count, doesn’t matter it will be temporary)
  3. Add a table + migration file for definitions to be stored in the DB
  4. Wire up the DB model to the function from step 1 (remove the temporary junk from step 2)
  5. expose writing of new definitions via API
  6. Cleanup old path, document everything 😃
2reactions
niieanicommented, Sep 29, 2021

Thanks @patrickhulce, I’ll try to work this (or at least some of the stages) into our Q4 roadmap.

No hard promises though, as you mentioned:

just a fact that I know other priorities can come up 😃

couldn’t be more true 😃

building this behind a configuration flag while leaving the existing path intact

👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

DASHBOARD BUILDER – WordPress plugin for Charts and ...
Dashboard Builder is a data visualization plugin for WordPress that offers all major charts and graphs templates, which enables you to retrives your...
Read more >
7 Best Data Visualization WordPress Plugins (Charts ...
Want to create powerful charts, graphs, and interactive tables in WordPress? We've rounded up the best data visualization WordPress plugins ...
Read more >
WordPress Plugins for Data Visualization and BI Reports
Best WordPress Plugins for Data and BI Reports · 1. wpDataTables · 2. WP Business Intelligence · 3. POWr Graph · 4. Data...
Read more >
Dashboard Plugins · GoodData.UI - Documentation
A dashboard plugin is an object that implements a contract defined by GoodData and that is built and bundled in a way supported...
Read more >
8 Best Data Visualization & Charts WordPress Plugins 2022
This article lists the top data visualization and charts plugins for WordPress websites, allowing you to create beautiful presentations.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found