All Projects β†’ msn0 β†’ teti

msn0 / teti

Licence: other
CLI for testing DOM timings built upon Headless Chrome & Lighthouse πŸ’œ

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to teti

Autowebperf
AutoWebPerf provides a flexible and scalable framework for running web performance audits with arbitrary audit tools including PageSpeedInsights, WebPageTest and more.
Stars: ✭ 199 (+1321.43%)
Mutual labels:  lighthouse
azure-pipelines-lighthouse
Embed Google Lighthouse HTML reports into Azure Pipelines
Stars: ✭ 37 (+164.29%)
Mutual labels:  lighthouse
e7mon
Ethereum clients monitor
Stars: ✭ 30 (+114.29%)
Mutual labels:  lighthouse
ofxTimeMeasurements
OpenFrameworks add-on to easily measure execution times on different parts of your code.
Stars: ✭ 90 (+542.86%)
Mutual labels:  timings
seo-audits-toolkit
SEO & Security Audit for Websites. Lighthouse & Security Headers crawler, Sitemap/Keywords/Images Extractor, Summarizer, etc ...
Stars: ✭ 311 (+2121.43%)
Mutual labels:  lighthouse
playwright-lighthouse
🎭: Playwright Lighthouse Audit
Stars: ✭ 120 (+757.14%)
Mutual labels:  lighthouse
Lighthouse Ci
A useful wrapper around Google Lighthouse CLI
Stars: ✭ 198 (+1314.29%)
Mutual labels:  lighthouse
wptide
🌊 Tide is a series of automated tests run against every WordPress.org theme and plugin
Stars: ✭ 77 (+450%)
Mutual labels:  lighthouse
project-acorn-ssr
A Vue.js SPA built around the WordPress REST API with Vuex, Vue Router, Axios and SSR.
Stars: ✭ 14 (+0%)
Mutual labels:  lighthouse
webperf-ecommerce-id
⚑️ Web Perf Comparison for E-Commerce in Indonesia
Stars: ✭ 38 (+171.43%)
Mutual labels:  lighthouse
about-time
A cool helper for tracking time and throughput of code blocks, with beautiful human friendly renditions.
Stars: ✭ 36 (+157.14%)
Mutual labels:  timings
chrome-headless-launcher
Run the latest Chrome browser on CLI without head
Stars: ✭ 39 (+178.57%)
Mutual labels:  lighthouse
lighthouse-chromium-alpine-docker
Run Google's Lighthouse headless in the background
Stars: ✭ 16 (+14.29%)
Mutual labels:  lighthouse
Hacker News Pwas
HNPWA - Hacker News readers as Progressive Web Apps πŸ“±
Stars: ✭ 2,345 (+16650%)
Mutual labels:  lighthouse
long night
A collection of themes based on pastel colors, created for reverse engineers
Stars: ✭ 74 (+428.57%)
Mutual labels:  lighthouse
Lighthousebot
Run Lighthouse in CI, as a web service, using Docker. Pass/Fail GH pull requests.
Stars: ✭ 2,251 (+15978.57%)
Mutual labels:  lighthouse
lighthouse-batch-parallel
A module for helping collecting websites' Lighthouse audit data in batches. Get the report data stream in CSV, JS Object or JSON format. Also provide a cli-tool to generate the report file in CSV or JSON format directly.
Stars: ✭ 22 (+57.14%)
Mutual labels:  lighthouse
vue-seo-friendly-spa-template
Vue.js PWA/SPA template initially scaffolded with vue-cli and configured for SEO. Makes use of prerendering and other techniques/packages in order to achieve a perfect "Lighthouse Score".
Stars: ✭ 41 (+192.86%)
Mutual labels:  lighthouse
chicio.github.io
πŸ‘» Fabrizio Duroni (me πŸ˜„) personal website. Created using GatsbyJS, Styled Components, Storybook, Typescript, tsParticles, GitHub pages, Github Actions, Upptime.
Stars: ✭ 20 (+42.86%)
Mutual labels:  lighthouse
lhctrl
Power management of Valve v1 lighthouses over Bluetooth LE
Stars: ✭ 28 (+100%)
Mutual labels:  lighthouse


teti

teti screencast

CLI for testing DOM timings built upon Headless Chrome & Lighthouse πŸ’œ

Build Status

Installation

npm i -g teti

Usage

$ teti --help

Usage
  $ teti <url>

Options
  -n          number of tests to run (10 is default)
  --custom    custom User Timing (performance.mark) to be measured
  --verbose   output all data

Examples

➜ teti google.com

Results for http://google.com based on 10 requests:

        Timing  median  mean   p95    σ²   MAD
    domLoading     0.2   0.2  0.22  0.18  0.01
domInteractive    0.29  0.29  0.32  0.36  0.02
   domComplete    0.67  0.68  0.83  3.34  0.03
   first-paint    0.35  0.35   0.4  0.44  0.01
➜ teti https://www.theguardian.com/football -n 30 --custom "commercial boot"

Results for https://www.theguardian.com/football based on 30 requests:

         Timing  median  mean   p95      σ²   MAD
     domLoading    0.16  0.16  0.17    0.03     0
 domInteractive    0.68  0.67   0.8    7.73  0.07
    domComplete    3.42  3.58  4.94  284.16   0.3
    first-paint    0.34  0.34  0.38    0.58  0.01
commercial boot    0.87  0.84  1.06   17.73   0.1

Metrics & Timings

By default teti collects the following timings:

Based on collected data, the following statistical metrics are calculated:

License

MIT Β© MichaΕ‚ Jezierski

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].