Replies: 1 comment
-
        
 You can use this PSI API. The response from the API includes a Lighthouse result JSON. 
 Our report renderer is bundled in the Lighthouse npm package. web.dev uses this to render a LH report.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Basically I want to build a wordpress site which shows different seo metrics like e.g. the lighthouse and checkbot metrics. In the frontend. So a customer can access that wordpresssite and see the lighthouse results (to the customers specific url).
I am struggling to find a way how and where to grab the lighthouse data (with the nice graphics) to include it on the site.
Any ideas how to do this? Do I need an API or do I grab it from an html?
Beta Was this translation helpful? Give feedback.
All reactions