Skip to content

Commit 2a70f7d

Browse files
Remove deprecated/dead entries: yuicompressor, zopfli, yslow phantomjs (#229)
Agent-Logs-Url: https://github.com/davidsonfellipe/awesome-wpo/sessions/017119ab-e992-454b-8f1b-6980b808ea6c Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: davidsonfellipe <381179+davidsonfellipe@users.noreply.github.com>
1 parent cf96396 commit 2a70f7d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ Here's a quick overview of the categories covered in this collection:
162162

163163
## Analyzers - API
164164

165-
- [Node-yslowjs](https://github.com/jmervine/node-yslowjs) - YSlow.js on Node.js is a simple Node.js wrapper for programmatically running phantomjs yslow.js.
166165
- [PSI](https://github.com/GoogleChromeLabs/psi) - PageSpeed Insights for Node.js - with reporting.
167166

168167
## Application Performance Monitoring
@@ -305,7 +304,6 @@ Here's a quick overview of the categories covered in this collection:
305304
- [Compressor](https://compressor.io/) - Online image compressor for JPG, PNG, SVG and GIF.
306305
- [mozjpeg](https://github.com/mozilla/mozjpeg) - Improved JPEG encoder.
307306
- [Jpegoptim](https://github.com/tjko/jpegoptim) - Utility to optimize/compress JPEG files.
308-
- [ZopfliPNG](https://github.com/google/zopfli) - A command-line program to optimize PNG images.
309307
- [AdvPNG](http://www.advancemame.it/doc-advpng.html) - Recompress PNG files to get the smallest possible size.
310308
- [Leanify](https://github.com/JayXon/Leanify) - Lightweight lossless file minifier/optimizer.
311309
- [Trimage](https://trimage.org/) - A cross-platform tool for losslessly optimizing PNG and JPG files.
@@ -374,10 +372,8 @@ Here's a quick overview of the categories covered in this collection:
374372

375373
## Minifiers - JS & CSS
376374

377-
- [YUI Compressor](https://github.com/yui/yuicompressor) - JavaScript compressor which, in addition to removing comments and white-spaces, obfuscates local variables using the smallest possible variable name. This obfuscation is safe, even when using constructs such as 'eval' or 'with' (although the compression is not optimal is those cases) Compared to jsmin, the average savings is around 20%.
378375
- [UglifyJS2](https://github.com/mishoo/UglifyJS) - UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit, written in JavaScript.
379376
- [CSSO](https://github.com/css/csso) - CSS minimizer unlike others. In addition to usual minification techniques, it can perform structural optimization of CSS files, resulting in smaller file size compared to other minifiers.
380-
- [CSSmin.js](https://github.com/stoyan/yuicompressor/blob/master/ports/js/cssmin.js) - JavaScript port of YUICompressor's CSS minifier.
381377
- [Grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat) - A Grunt plugin to concatenate files.
382378
- [Grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) - A Grunt plugin to concatenate and minify JavaScript files.
383379
- [Clean-css](https://github.com/clean-css/clean-css) - A fast, efficient, and well-tested CSS minifier for node.js.

0 commit comments

Comments
 (0)