All Projects → perflint → perflint

perflint / perflint

Licence: MIT License
PerfLint is a tool to identify unexpected performance levels of a Website

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to perflint

Nemetric
前端性能指标的监控,采集以及上报。用于测量第一个dom生成的时间(FP/FCP/LCP)、用户最早可操作时间(fid|tti)和组件的生命周期性能,,网络状况以及资源大小等等。向监控后台报告实际用户测量值。
Stars: ✭ 145 (+110.14%)
Mutual labels:  web-performance, performance-analysis
shopify-development-resources
A List of resources for Shopify development
Stars: ✭ 56 (-18.84%)
Mutual labels:  development
android-trinity
android-trinity is tiny proactive framework with much of the scaffolding code required to start a new Android Application.
Stars: ✭ 44 (-36.23%)
Mutual labels:  development
css-only-slider
Responsive testimonials slider using CSS and HTML only
Stars: ✭ 28 (-59.42%)
Mutual labels:  development
docker-google-lighthouse-puppeteer
Google Lighthouse + Puppeteer / Docker Image
Stars: ✭ 29 (-57.97%)
Mutual labels:  performance-analysis
laravel-log-dumper
A function to dump anything to the log
Stars: ✭ 106 (+53.62%)
Mutual labels:  development
libraries-list
📋 Uma lista de bibliotecas mais usadas para frameworks front-end
Stars: ✭ 23 (-66.67%)
Mutual labels:  development
libmsr
Wrapper library for model-specific registers. APIs cover RAPL, performance counters, clocks and turbo.
Stars: ✭ 47 (-31.88%)
Mutual labels:  performance-analysis
wxparaver
wxParaver is a trace-based visualization and analysis tool designed to study quantitative detailed metrics and obtain qualitative knowledge of the performance of applications, libraries, processors and whole architectures.
Stars: ✭ 23 (-66.67%)
Mutual labels:  performance-analysis
stateofdev.ma
stateofdev.ma source code
Stars: ✭ 62 (-10.14%)
Mutual labels:  development
dotfiles
My personal app/env configs and dotfiles.
Stars: ✭ 27 (-60.87%)
Mutual labels:  development
100-Days-Of-Flutter-Widgets
This is the place where you can get all knowledge about the flutter in 100 Days.
Stars: ✭ 30 (-56.52%)
Mutual labels:  development
serializer-benchmark
A PHP benchmark application to compare PHP serializer libraries
Stars: ✭ 14 (-79.71%)
Mutual labels:  performance-analysis
vagrant-xfce4-ubuntu
Vagrant-based development environment using Ubuntu and the Xfce Desktop Environment
Stars: ✭ 17 (-75.36%)
Mutual labels:  development
PlantShopUI-Android
Check out the new style for App Design aims for the Online Plant Shop Service using jetpack compose...😉😀😁😎
Stars: ✭ 29 (-57.97%)
Mutual labels:  development
ImageWorker
ImageWorker is a Library for Android to Save Images in Internal Storage
Stars: ✭ 51 (-26.09%)
Mutual labels:  development
restrictfe
TYPO3 extension restrictfe. Blocks access to frontend and allows to show it only to some defined exception's like if the request is from an authorized backend user, has specific IP, header etc.
Stars: ✭ 12 (-82.61%)
Mutual labels:  development
performabot
Continuous performance analysis reports for software projects 🤖
Stars: ✭ 40 (-42.03%)
Mutual labels:  performance-analysis
findlargedir
find all "blackhole" directories with a huge amount of filesystem entries in a flat structure
Stars: ✭ 15 (-78.26%)
Mutual labels:  performance-analysis
awesome-blockchain
A curated list of blockchain resources for developers
Stars: ✭ 106 (+53.62%)
Mutual labels:  development

NPM version NPM dependencies Build Status Coverage Status Greenkeeper badge

PerfLint

Documentation | Configuring | Rules

PerfLint is a tool to identify unexpected performance levels of a Website, using WebPageTest to obtain results.

Installation

You can install PerfLint using npm:

npm install -g perflint

Usage

See the Command Line Interface documentation.

Configuration

See the Configuring PerfLint documentation.

Results

See the Exit Codes and Results documentation.

Example Results

These results are an example of the 'Stylish' formatter.

With errors

http://example.com — http://www.webpagetest.org/results.php?test=160301_S3_1F0H
    error  'SpeedIndex' is 5617 should be less than 2000  SpeedIndex
  warning  'requestsDoc' is 57 should be less than 30     requestsDoc
    error  'responses_404' is 1 should be 0               responses_404

✖ 3 problems (2 errors, 1 warning)

With too many warnings

http://example.com — http://www.webpagetest.org/results.php?test=160301_S3_1F0H
  warning  'SpeedIndex' is 5617 should be less than 2000  SpeedIndex
  warning  'requestsDoc' is 57 should be less than 30     requestsDoc
  warning  'responses_404' is 1 should be 0               responses_404

✖ 3 problems (0 errors, 3 warnings)

PerfLint found too many warnings (maximum: 1).

Contributors

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