https://github.com/marcelduran/yslow
YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages.
https://github.com/marcelduran/yslow
Last synced: 11 months ago
JSON representation
YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages.
- Host: GitHub
- URL: https://github.com/marcelduran/yslow
- Owner: marcelduran
- License: bsd-3-clause
- Created: 2012-01-25T19:55:13.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T15:15:27.000Z (about 3 years ago)
- Last Synced: 2025-04-14T15:00:44.381Z (about 1 year ago)
- Language: JavaScript
- Homepage: yslow.org
- Size: 1.28 MB
- Stars: 2,208
- Watchers: 97
- Forks: 381
- Open Issues: 141
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-wpo - YSlow - Analyzes web pages and suggests ways to improve their performance based on a set of rules for high-performance web pages. (Analyzers / Meetups)
- awesome-wpo-dup - YSlow - YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. (Analyzers)
- fucking-awesome-wpo - YSlow - YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high-performance web pages. (Analyzers / Meetups)
- awesome-wpo-chinese - YSlow - YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. (Analyzers)
README
YSlow
=====
YSlow analyzes web pages and suggests ways to improve their performance based on a set of [rules for high performance web pages](http://developer.yahoo.com/performance/rules.html).
### Building
All flavors:
make
Specific flavor:
make
Available flavors:
* **firefox**: Mozilla [Firefox add-on](https://addons.mozilla.org/en-US/firefox/)
* **chrome**: Google [Chrome extension](https://chrome.google.com/webstore/category/extensions)
* **bookmarklet**: Mobile/Desktop browser [bookmarklet](http://en.wikipedia.org/wiki/Bookmarklet)
* **opera**: [Opera extension](http://extensions.opera.com/)
* **safari**: Apple [Safari extension](http://extensions.apple.com/)
* **nodejs**: Command line for [HAR](http://www.softwareishard.com/blog/har-12-spec/) files powered by [Node.JS](http://nodejs.org/) and [NPM](http://npmjs.org/)
* **phantomjs**: Command line with headless [WebKit](http://www.webkit.org/) powered by [PhantomJS](http://www.phantomjs.org/)
* **nodeserver**: Node.JS Server powered by [express](http://expressjs.com/)
e.g.:
make chrome
### Packaging
All flavors:
make pkg
Specific flavor:
make pkg-
e.g:
make pkg-firefox
More Info
---------
[yslow.org](http://yslow.org)
Licensing
---------
Copyright (c) 2012, Yahoo! Inc. All rights reserved.
Copyright (c) 2013, Marcel Duran and other contributors. All rights reserved.
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
[](https://bitdeli.com/free "Bitdeli Badge")