Git Product home page Git Product logo

ps-insights-mass-crawler's Introduction

PageSpeed Insights Mass Carwler (aka psinsightsmasscrawler)

Psinsightsmasscrawler is a tool to make - mass - PageSpeed tests easier and obtain a clear report.

Report view

Just add a domain, crawl website's URLs (using sitemap.whatever, do not worry it's automagical), create a batch (a list of URLs to analyze) and run the batch to get a clean view of a website performance.

This tool store the report as a JSON downloadable file that you can analyse using Lighthouse Report Viewer.

Have a look at this YouTube video https://www.youtube.com/watch?v=AVuUznzflug for a complete demo.

Requirements

  1. Pagespeed API keys (2 keys for async workers), see Get Started with the PageSpeed Insights API
  2. Clone this repo:
$ git clone https://github.com/TeddyBear06/ps-insights-mass-crawler.git
  1. Docker (tested with 4.30, latest actually)

Quickstart

[1/4] Run the stack:

$ docker compose -p psinsightsmasscrawler up

[2/4] Open the app container shell:

$ docker exec -it psinsightsmasscrawler-app-1 sh

[3/4] Create a django admin super user (follow CLI instructions):

$ python manage.py createsuperuser

[4/4] Go to http://127.0.0.1:8000/admin/

Useful commands

Remove recents actions

Open a django shell:

$ python manage.py shell

Then:

>>> from django.contrib.admin.models import LogEntry
>>> LogEntry.objects.all().delete()

Dependencies

Thanks to all contributors of thoose wonderful projects:

ps-insights-mass-crawler's People

Contributors

teddybear06 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.