Project Icon

awesome-wpo

Web性能优化资源大全

该项目汇集了Web性能优化(WPO)领域的精华资源,包括分析工具、测试方法、CDN服务、图像处理、延迟加载等多个方面。资源涵盖文章、博客、书籍、演讲等多种形式,为开发者和设计师提供全面的性能优化参考。列表持续更新,旨在帮助提升网站性能,改善用户体验。

Awesome WPO Awesome

GitHub contributors MIT license

Welcome to the curated list of Web Performance Optimization resources. This repository aims to gather the best tools, articles, blogs, books, and talks related to optimizing website performance. Whether you're a developer, designer, or performance enthusiast, you'll find valuable content here to supercharge your web projects.

Categories

:memo: Awesome WPO / Articles

:newspaper: Awesome WPO / Blogs

:books: Awesome WPO / Books

:book: Awesome WPO / Docs

:calendar: Awesome WPO / Events

:movie_camera: Awesome WPO / Talks

Table of Contents

Here's a quick overview of the categories covered in this collection:

Articles

Go to ARTICLES.md.

Blogs

Go to BLOGS.

Books

Best books about WPO

Case studies

  • WPOStats - Case studies and experiments demonstrating the impact of web performance optimization (WPO) on user experience and business metrics.
  • Google Developers Case Studies - Learn why and how other developers have used the web to create amazing web experiences for their users.

Documentation

  • Browser Diet - A collaborative guide about frontend performance.
  • PageSpeed Insights Rules - A guide created by PageSpeed Team. 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.
  • Best Practices for Speeding Up Your site - The list includes 35 best practices divided into 7 categories, created by Yahoo! Exceptional Performance team.

Events

Because community matters!

Conferences

  • We Love Speed – We Love Speed ​​was born from the desire to share knowledge and experiences in web performance as widely as possible.
  • PWA Summit – A free, online, single-track conference focused on helping everyone succeed with Progressive Web Apps.
  • Velocity – At Velocity, web operations, performance, and DevOps professionals learn to build fast, resilient, and highly available sites and apps.
  • performance.now() – 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.
  • #PerfMatters – #PerfMatters Conference is the ONLINE web performance conference by internationally renowned performance developers.

Meetups

They are categorized into content/MEETUPS.md.

Talks

They are categorized into content/TALKS.md.

Tools

Analyzers

  • Web.dev - Get the web's modern capabilities on your own sites and apps with useful guidance and analysis from web.dev.
  • Confess - Uses PhantomJS to headlessly analyze web pages and generate manifests.
  • DebugBear - DebugBear is a site monitoring tool based on Lighthouse. See how your scores and metrics changed over time, with a focus on understanding what caused each change. DebugBear is a paid product with a free 30-day trial.
  • Page Speed - The PageSpeed family of tools is designed to help you optimize the performance of your site. PageSpeed Insights products will help you identify performance best practices that can be applied to your site, and PageSpeed optimization tools can help you automate the process.
  • Lighthouse - Auditing and performance metrics tool for Progressive Web Applications.
  • Screpy - AI-Based SEO Analysis & Monitoring Tool
  • YSlow - YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high-performance web pages.
  • YSlow for PhantomJS - YSlow for PhantomJS also introduces new output formats for automated test frameworks: TAP (Test Anything Protocol) and JUnit.
  • Grunt-WebPageTest - Grunt plugin for continuous measurement of WebPageTest. (Demo)
  • Grunt-yslow - Grunt task for testing page performance using PhantomJS, a headless WebKit browser.
  • Grunt-perfbudget - A Grunt.js task for enforcing a performance budget (more on performance budgets).
  • Web Tracing Framework - Web Tracing Framework is a set of libraries, tools, and visualizers for the tracing and investigation of complex web applications
  • Yandex.Tank - An extensible open-source load testing tool for advanced Linux users which is especially good as a part of an automated load testing suite.
  • Yellow Lab Tools - Online quick and easy tool that audits frontend bad practices, reveals performance issues, and profiles JavaScript.
  • Pagelocity - A web performance optimization and analysis tool.
  • Varvy - Test your site to see if it follows the Google guidelines for speed.
  • Web Bloat Score Calculator - Compare size of a page to a compressed image of the same page
  • Speed Racer - Collect performance metrics for your library/application using Chrome headless.
  • Speedrank - Speedrank monitors the performance of your site in the background. It displays Lighthouse reports over time and delivers recommendations for improvement. Speedrank is a paid product with 14-day-trial.
  • Lightest App - Webpage load time is extremely important for conversion and revenue. Visualize web performance against competitors.

Analyzers - API

  • Node-yslowjs - YSlow.js on Node.js is a simple Node.js wrapper for programmatically running phantomjs yslow.js.
  • PSI - PageSpeed Insights for Node.js - with reporting.

Application Performance Monitoring

  • Datadog APM - End-to-end distributed tracing and APM at scale, correlated to all telemetry.
  • BetterUptime - A good website monitoring tool (bundling status page, incident notification)
  • Pingdom - A tool to get the uptime of your website (with probes from different locations)
  • UptimeRobot - Another uptime monitoring tool (with a generous free plan)
  • RoboMiri - RoboMiri is a stable Uptime Monitor that offers a wide range of monitors: cronjob, keyword, website, port, ping. 25 uptime checks with 3 minutes interval checks for free. Alerts via Phone Call, SMS, Email, and WebHook.
  • StatusList - Uptime, performance monitoring with debug details, and hosted status page in one simple dashboard.

Bundle Analyzer

  • Bundlesize - Keep your bundle size in check.
  • source-map-explorer - Analyze and debug bundle space usage through source maps.
  • Bundlephobia - Helps you find the performance impact of adding an npm package to your frontend bundle.
  • Webpack bundle analyzer - webpack plugin and CLI utility that represents bundle content as a convenient interactive zoomable treemap.
  • Disc - Visualise the module tree of browserify project bundles and track down bloat.
  • Lasso-analyzer - analyze and Visualise project bundles created by Lasso.
  • Packtracker.io - Check your webpack bundle stats on every pull request, and track them over time.
  • Compression webpack plugin - Prepare compressed versions of assets to serve them with Content-Encoding.
  • BundleStats - Generate bundle report(bundle size, assets, modules, packages) and compare the results between different builds

Benchmark - CSS

  • CSS-perf - Completely unscientific way of testing CSS performance. Most of these tests will revolve around methodologies and techniques for determining effective CSS architecture. Put another way, I want to know what works best given a particular comparison of CSS strategies.

Benchmark - JavaScript

A set of tools for creating test cases and comparing different implementations in JavaScript.

  • JSPerf - jsPerf aims to provide an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks. Temporarily out, follow this issue for updates: https://github.com/jsperf/jsperf.com/issues/537
  • Benchmark.js - A robust benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.
  • JSlitmus - JSLitmus is a lightweight tool for creating ad-hoc JavaScript benchmark tests.
  • Matcha - Matcha allows you to design experiments that will measure the performance of your code. It is recommended that each bench focus on a specific point of impact in your application.
  • Timing.js - Timing.js is a small set of helpers for working with the Navigation Timing API to identify where your application is spending its time. Useful as a standalone script, DevTools Snippet, or bookmarklet.
  • Stats.js - This class provides a simple info box that will help you monitor your code performance.
  • PerfTests - Performance tests of JavaScript inheritance models.
  • Memory-stats.js - minimal monitor for JS Heap Size via performance memory.

Benchmark - PHP

  • PHPench - PHPench creates a graphical output for a PHP benchmark. Plot the runtime of any function in realtime with GnuPlot and create an image out of the result.
  • php-bench - Benchmark and profile PHP code blocks whilst measuring the performance footprint.

Bookmarklets

  • Yahoo YSlow for Mobile/Bookmarklet - YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high-performance web pages.
  • PerfMap - A bookmarklet to create a frontend performance heatmap of resources loaded in the browser using the Resource Timing API.
  • DOM Monster - A cross-platform, cross-browser bookmarklet that will analyze the DOM & other features of the page you're on, and give you its bill of health.
  • CSS Stress - CSS Stress is a Testing and Performance Profiling.
  • Performance-Bookmarklet - Analyze the current page through the Resource Timing API, Navigation Timing API and User-Timing - Sort of a light live WebPageTest. As Chrome Extension and Firefox Add-on under the name Performance-Analyser.

CDN

A content delivery network or content distribution network (CDN) is a large distributed system of servers deployed in multiple data centers across the Internet. The goal of a CDN is to serve content to end-users with high availability and high performance. See a large list of CDN in

项目侧边栏1项目侧边栏2
推荐项目
Project Cover

豆包MarsCode

豆包 MarsCode 是一款革命性的编程助手,通过AI技术提供代码补全、单测生成、代码解释和智能问答等功能,支持100+编程语言,与主流编辑器无缝集成,显著提升开发效率和代码质量。

Project Cover

AI写歌

Suno AI是一个革命性的AI音乐创作平台,能在短短30秒内帮助用户创作出一首完整的歌曲。无论是寻找创作灵感还是需要快速制作音乐,Suno AI都是音乐爱好者和专业人士的理想选择。

Project Cover

白日梦AI

白日梦AI提供专注于AI视频生成的多样化功能,包括文生视频、动态画面和形象生成等,帮助用户快速上手,创造专业级内容。

Project Cover

有言AI

有言平台提供一站式AIGC视频创作解决方案,通过智能技术简化视频制作流程。无论是企业宣传还是个人分享,有言都能帮助用户快速、轻松地制作出专业级别的视频内容。

Project Cover

Kimi

Kimi AI助手提供多语言对话支持,能够阅读和理解用户上传的文件内容,解析网页信息,并结合搜索结果为用户提供详尽的答案。无论是日常咨询还是专业问题,Kimi都能以友好、专业的方式提供帮助。

Project Cover

讯飞绘镜

讯飞绘镜是一个支持从创意到完整视频创作的智能平台,用户可以快速生成视频素材并创作独特的音乐视频和故事。平台提供多样化的主题和精选作品,帮助用户探索创意灵感。

Project Cover

讯飞文书

讯飞文书依托讯飞星火大模型,为文书写作者提供从素材筹备到稿件撰写及审稿的全程支持。通过录音智记和以稿写稿等功能,满足事务性工作的高频需求,帮助撰稿人节省精力,提高效率,优化工作与生活。

Project Cover

阿里绘蛙

绘蛙是阿里巴巴集团推出的革命性AI电商营销平台。利用尖端人工智能技术,为商家提供一键生成商品图和营销文案的服务,显著提升内容创作效率和营销效果。适用于淘宝、天猫等电商平台,让商品第一时间被种草。

Project Cover

AIWritePaper论文写作

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

投诉举报邮箱: service@vectorlightyear.com
@2024 懂AI·鲁ICP备2024100362号-6·鲁公网安备37021002001498号