Skip to content

Commit a6be2c5

Browse files
docs: remove dead links and refresh docs URLs (#218)
Clean up discontinued or dead resources across both README variants and update the PageSpeed Insights documentation link to the current v5 getting-started page.
1 parent d13c867 commit a6be2c5

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Here's a quick overview of the categories covered in this collection:
9393

9494
## Documentation
9595

96-
- [PageSpeed Insights Rules](https://developers.google.com/speed/docs/insights/rules) - A guide created by PageSpeed Team.
96+
- [PageSpeed Insights Rules](https://developers.google.com/speed/docs/insights/v5/get-started) - A guide created by PageSpeed Team.
9797
Deprecated. This is deprecated and will be shut down in May 2019. Version 5 is the latest and provides both real-world data from the Chrome User Experience Report and lab data from Lighthouse.
9898
- [Best Practices for Speeding Up Your site](https://developer.yahoo.com/performance/rules.html) - The list includes 35 best practices divided into 7 categories, created by Yahoo! Exceptional Performance team.
9999

@@ -105,7 +105,6 @@ Here's a quick overview of the categories covered in this collection:
105105

106106
- [We Love Speed](https://www.welovespeed.com/2024/) - Born from the desire to share knowledge and experiences in web performance as widely as possible.
107107
- [PWA Summit](https://pwasummit.org/) - A free, online, single-track conference focused on helping everyone succeed with Progressive Web Apps.
108-
- [Velocity](http://conferences.oreilly.com/velocity) - At Velocity, web operations, performance, and DevOps professionals learn to build fast, resilient, and highly available sites and apps.
109108
- [performance.now()](https://perfnow.nl/) - The performance.now() conference will return to Amsterdam! We're a single-track conference with fourteen world-class speakers, covering today’s most important web performance insights.
110109
- [#PerfMatters](https://perfmattersconf.com/) - Conference is the ONLINE web performance conference by internationally renowned performance developers.
111110

@@ -137,7 +136,6 @@ Here's a quick overview of the categories covered in this collection:
137136
- [Yellow Lab Tools](https://yellowlab.tools/) - Online quick and easy tool that audits frontend bad practices, reveals performance issues, and profiles JavaScript.
138137
- [Pagelocity](https://pagelocity.com/) - A web performance optimization and analysis tool.
139138
- [Speed Racer](https://github.com/speedracer/speedracer) - Collect performance metrics for your library/application using Chrome headless.
140-
- [Speedrank](https://blog.speedrank.app/wir-sagen-goodbye/) - Monitors your site's performance in the background, displays Lighthouse reports over time, and delivers recommendations for improvement. Paid product with 14-day trial.
141139
- [Lightest App](https://lightest.app/) - Webpage load time is extremely important for conversion and revenue. Visualize web performance against competitors.
142140
- [Redirect Checker](https://github.com/brancogao/redirect-checker) - Analyze HTTP redirect chains, detect loops, and measure performance impact on page load times.
143141

@@ -255,7 +253,6 @@ Here's a quick overview of the categories covered in this collection:
255253
- [SvgToCSS](https://github.com/kajyr/SvgToCSS) - Optimizes and renders SVG files in CSS / Sass sprites.
256254
- [Assetgraph-sprite](https://github.com/assetgraph/assetgraph-sprite) - Assetgraph transform for auto-generating sprites based on the CSS dependency graph.
257255
- [Sprite Cow](http://www.spritecow.com/) - Get the background-position, width, and height of sprites within a spritesheet as copyable CSS.
258-
- [ZeroSprites](http://zerosprites.com/) - CSS sprite generator aimed at area minimization using algorithms from VLSI floorplanning.
259256
- [CSS Sprite Generator](https://css.spritegen.com/) - CSS sprites allow you to combine multiple images into a single file.
260257
- [Sprity](https://github.com/sprity/sprity) - A modular image sprite generator with a lot of features: supports retina sprites, supports different output formats, generates sprites and proper style files out of a directory of images, etc...
261258
- [Sprite Factory](https://github.com/jakesgordon/sprite-factory) - The sprite factory is a ruby library that can be used to generate CSS sprites. It combines individual image files from a directory into a single unified sprite image and creates an appropriate CSS style sheet for use in your web application.
@@ -271,7 +268,6 @@ Here's a quick overview of the categories covered in this collection:
271268
- [Imagemin](https://github.com/imagemin/imagemin) - Minify images seamlessly with Node.js.
272269
- [Sharp](https://github.com/lovell/sharp) - The typical use case for this high-speed Node.js module is to convert large images of many formats to smaller, web-friendly JPEG, PNG, and WebP images of varying dimensions.
273270
- [Gm](https://github.com/aheckmann/gm) - GraphicsMagick and ImageMagick for Node.js.
274-
- [Exexif](https://github.com/h4cc/awesome-elixir) - Pure elixir library to extract tiff and exif metadata from JPEG files.
275271
- [ExifCleaner](https://exifcleaner.com) - GUI app to remove EXIF metadata from images and video files with drag and drop. Free and open source.
276272
- [OptiPNG](https://optipng.sourceforge.net/) - PNG optimizer that recompresses image files to a smaller size without losing information.
277273
- [Grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin) - Minify PNG and JPEG images for Grunt.
@@ -285,7 +281,6 @@ Here's a quick overview of the categories covered in this collection:
285281
- [Tinypng](https://tinypng.com/) - Advanced lossy compression for PNG images that preserves full alpha transparency.
286282
- [Kraken Web-interface](https://kraken.io/web-interface) - Optimize your images and will be available for download for 12 hours.
287283
- [Compressor](https://compressor.io/) - Online image compressor for JPG, PNG, SVG and GIF.
288-
- [Shrinkray](https://shrinkray.io) - One-click optimization for images in your GitHub repos.
289284
- [mozjpeg](https://github.com/mozilla/mozjpeg) - Improved JPEG encoder.
290285
- [Jpegoptim](https://github.com/tjko/jpegoptim) - Utility to optimize/compress JPEG files.
291286
- [ZopfliPNG](https://github.com/google/zopfli) - A command-line program to optimize PNG images.

content/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,10 @@ A curated list of Web Performance Optimization. Everyone can contribute here!
3333

3434
## Documentation
3535

36-
- [PageSpeed Insights Rules](https://developers.google.com/speed/docs/insights/rules) - A guide created by PageSpeed Team.
36+
- [PageSpeed Insights Rules](https://developers.google.com/speed/docs/insights/v5/get-started) - A guide created by PageSpeed Team.
3737
Deprecated. This is deprecated and will be shut down in May 2019. Version 5 is the latest and provides both real-world data from the Chrome User Experience Report and lab data from Lighthouse.
3838
- [Best Practices for Speeding Up Your site](https://developer.yahoo.com/performance/rules.html) - The list includes 35 best practices divided into 7 categories, created by Yahoo! Exceptional Performance team.
3939

40-
## Events
41-
42-
### Conferences
43-
44-
- [Velocity](http://conferences.oreilly.com/velocity) – At Velocity, web operations, performance, and DevOps professionals learn to build fast, resilient, and highly available sites and apps.
45-
4640
# Tools
4741

4842
## Analyzers
@@ -148,7 +142,6 @@ A curated list of Web Performance Optimization. Everyone can contribute here!
148142
- [Imagemin](https://github.com/imagemin/imagemin) - Minify images seamlessly with Node.js.
149143
- [Sharp](https://github.com/lovell/sharp) - The typical use case for this high speed Node.js module is to convert large images of many formats to smaller, web-friendly JPEG, PNG and WebP images of varying dimensions.
150144
- [Gm](https://github.com/aheckmann/gm) - GraphicsMagick and ImageMagick for Node.js.
151-
- [Exexif](https://github.com/h4cc/awesome-elixir) - Pure elixir library to extract tiff and exif metadata from JPEG files.
152145
- [ExifCleaner](https://exifcleaner.com) - GUI app to remove exif metadata from images and video files with drag and drop. Free and open source.
153146
- [OptiPNG](https://optipng.sourceforge.net/) - OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information.
154147
- [Grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin) - Minify PNG and JPEG images for Grunt.
@@ -162,7 +155,6 @@ A curated list of Web Performance Optimization. Everyone can contribute here!
162155
- [Tinypng](https://tinypng.com/) - Advanced lossy compression for PNG images that preserves full alpha transparency.
163156
- [Kraken Web-interface](https://kraken.io/web-interface) - Optimize your images and will be available for download for 12 hours.
164157
- [Compressor](https://compressor.io/) - Online image compressor for JPG, PNG, SVG and GIF.
165-
- [Shrinkray](https://shrinkray.io) - One-click optimization for images in your GitHub repos
166158
- [mozjpeg](https://github.com/mozilla/mozjpeg) - Improved JPEG encoder.
167159
- [Jpegoptim](https://github.com/tjko/jpegoptim) - Utility to optimize/compress JPEG files.
168160
- [ZopfliPNG](https://github.com/google/zopfli) - A command-line program to optimize PNG images.

0 commit comments

Comments
 (0)