All Projects → femtopixel → Docker Google Lighthouse

femtopixel / Docker Google Lighthouse

Licence: mit
Google Lighthouse - Docker Image

Projects that are alternatives of or similar to Docker Google Lighthouse

Pagespeed exporter
Prometheus pagespeed exporter
Stars: ✭ 149 (+223.91%)
Mutual labels:  lighthouse, pagespeed
Rules docker
Rules for building and handling Docker images with Bazel
Stars: ✭ 744 (+1517.39%)
Mutual labels:  google, docker-image
howfast
A simple CLI for generating more accurate data from Lighthouse reports.
Stars: ✭ 15 (-67.39%)
Mutual labels:  pagespeed, lighthouse
Pagespeed Score
DEPRECATED - use GoogleChrome/lighthouse-ci instead
Stars: ✭ 18 (-60.87%)
Mutual labels:  google, pagespeed
docker-google-lighthouse-puppeteer
Google Lighthouse + Puppeteer / Docker Image
Stars: ✭ 29 (-36.96%)
Mutual labels:  performance-testing, lighthouse
Nano Nginx
Nano container with nginx preconfigured as reverse proxy
Stars: ✭ 15 (-67.39%)
Mutual labels:  pagespeed, docker-image
Gpt2 Telegram Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 41 (-10.87%)
Mutual labels:  google
Tracer
Tracer is a simple network speed test app. Deploy this on your own server. Open your tracer on your browser. And you can test the speed between you and your server.
Stars: ✭ 43 (-6.52%)
Mutual labels:  performance-testing
Docker Sphinxsearch
Docker image for Sphinx search engine
Stars: ✭ 40 (-13.04%)
Mutual labels:  docker-image
Magento2 Plugin
Speed up your Magento 2 webshop. Optimize your JPEG and PNG images automatically with TinyPNG.
Stars: ✭ 38 (-17.39%)
Mutual labels:  pagespeed
Apkupdater
APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.
Stars: ✭ 1,028 (+2134.78%)
Mutual labels:  google
Ingress Gce
Ingress controller for Google Cloud
Stars: ✭ 1,024 (+2126.09%)
Mutual labels:  google
Matrix Puppet Hangouts
Matrix bridge for Google Hangouts
Stars: ✭ 42 (-8.7%)
Mutual labels:  google
Weblogic Image Tool
Oracle WebLogic Image Tool
Stars: ✭ 41 (-10.87%)
Mutual labels:  docker-image
Google Analytics Api Symfony
Google Analytics API Symfony Bundle
Stars: ✭ 43 (-6.52%)
Mutual labels:  google
Serp
Google Search SERP Scraper
Stars: ✭ 40 (-13.04%)
Mutual labels:  google
Bitcoin Info Action
App for the google assistant that give you information on bitcoin (e.g. price, market cap etc')
Stars: ✭ 45 (-2.17%)
Mutual labels:  google
Swoole Performance Tests
Performance tests of swoole against other PHP application server setups
Stars: ✭ 40 (-13.04%)
Mutual labels:  performance-testing
Google Access Helper
谷歌访问助手破解版
Stars: ✭ 7,640 (+16508.7%)
Mutual labels:  google
Max Human Pose Estimator
Detect humans in an image and estimate the pose for each person
Stars: ✭ 44 (-4.35%)
Mutual labels:  docker-image

logo

Google Lighthouse - Docker Image

latest release Docker Pulls Docker Stars PayPal donation Buy me a coffee Become a Patron

DISCLAIMER: As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support on Patreon.

(This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)

THIS REPOSITORY IS AUTO-UPDATED BY GITHUB-RELEASE-NOTIFIER (https://github.com/femtopixel/github-release-notifier)

Lighthouse analyzes web apps and web pages, collecting modern performance metrics and insights on developer best practices.

This image is greatly inspired from Justin RIBEIRO's work

Usage

docker run --rm --name lighthouse -it -v /path/to/your/report:/home/chrome/reports femtopixel/google-lighthouse <your_site_url> <optional_args>

With <you_site_url> url to your site (e.g. http://www.google.com). You can pass args AFTER the url if you want to.

For example, you can export as json with this command:

docker run --rm --name lighthouse -it -v /path/to/your/report:/home/chrome/reports femtopixel/google-lighthouse http://www.google.com --output json

You can specify CHROME_FLAGS environment variable (-e parameter in your docker command) to be used in chrome-flags parameter. (default: --headless --disable-gpu --no-sandbox)

Further reading on Google Lighthouse

FAQ

  • Error while writing files
Runtime error encountered: { Error: EACCES: permission denied, open '/home/chrome/reports/myawesome_site_admin_heavypage.report.json'
errno: -13,
code: 'EACCES',
syscall: 'open',
path: '/home/chrome/reports/myawesome_site_admin_heavypage.report.json' }

Make sure your folder has the write right for others (chmod o+w)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].