GoogleApi.PageSpeedOnline

Client library for PageSpeed Insights API from Google.

Analyzes the performance of a web page and provides tailored suggestions to make that page faster.

Installation

Install this package from Hex by adding google_api_page_speed_online to your list of dependencies in mix.exs:

def deps do
[{:google_api_page_speed_online, "~> 0.3"}]
end

For more information

Product documentation is available at https://developers.google.com/speed/docs/insights/v4/getting-started.

Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_page_speed_online.