PageSpeed Insights API (pagespeedonline:v5)

2024-05-11

1 updated method

Updates

    Methods
  • pagespeedonline.pagespeedapi.runpagespeed

      Parameters :

        category

          Description : A Lighthouse category to run; if none are given, only Performance category will be run

          Location : query

          Repeated : Yes

          Type : string

          Enum Descriptions :

        • Default UNDEFINED category.
        • Accessibility (a11y), category pertaining to a website's capacity to be accessible to all users.
        • Best Practices, category pertaining to a website's conformance to web best practice.
        • Performance, category pertaining to a website's performance.
        • Progressive Web App (PWA), category pertaining to a website's ability to be run as a PWA. This is deprecated in Lighthouse's 12.0 release.
        • Search Engine Optimization (SEO), category pertaining to a website's ability to be indexed by search engines.
        • Enumdeprecated :

        • No
        • No
        • No
        • No
        • Yes
        • No
        • Enum :

        • CATEGORY_UNSPECIFIED
        • ACCESSIBILITY
        • BEST_PRACTICES
        • PERFORMANCE
        • PWA
        • SEO