Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cs Interview Knowledge Map | 17,020 | 3 years ago | 40 | |||||||
Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc. | ||||||||||
Go Perfbook | 9,610 | 2 years ago | 8 | |||||||
Thoughts on Go performance optimization | ||||||||||
Awesome Wpo | 8,008 | 2 months ago | 2 | mit | JavaScript | |||||
:pencil: A curated list of Web Performance Optimization. Everyone can contribute here! | ||||||||||
Awesome Android Performance | 2,594 | 4 years ago | 1 | apache-2.0 | ||||||
Android performance optimization tutorials, videos and tools list(Android性能优化视频,文档以及工具) | ||||||||||
Image Optimizer | 2,481 | 309 | 50 | a month ago | 38 | July 27, 2023 | mit | PHP | ||
Easily optimize images using PHP | ||||||||||
Awesomeperfcpp | 2,085 | a year ago | 2 | CSS | ||||||
A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome. | ||||||||||
Easyengine | 2,043 | a month ago | 56 | April 26, 2023 | 115 | mit | PHP | |||
Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt | ||||||||||
Reactopt | 1,970 | 4 | 1 | 6 years ago | 24 | December 07, 2017 | 9 | JavaScript | ||
A CLI React performance optimization tool that identifies potential unnecessary re-rendering | ||||||||||
Palanteer | 1,929 | a year ago | 5 | December 30, 2021 | 8 | other | C++ | |||
Visual Python and C++ nanosecond profiler, logger, tests enabler | ||||||||||
Database_consistency | 875 | 2 | a month ago | 61 | May 04, 2022 | 7 | mit | Ruby | ||
The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models. |
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.
Here's a quick overview of the categories covered in this collection:
Go to ARTICLES.md.
Go to BLOGS.
Best books about WPO
Because community matters!
They are categorized into content/MEETUPS.md.
They are categorized into content/TALKS.md.
A set of tools for creating test cases and comparing different implementations in JavaScript.
Temporarily out, follow this issue for updates: https://github.com/jsperf/jsperf.com/issues/537
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 Wikipedia.
To find useful more information for you to make the right choice between paid CDNs, please visit CDNPlanet.
How to remove all this unnecessary data and give you a file without degrading quality.
will-change
CSS property which allows an author to declare ahead-of-time what properties are likely to change in the future, so the UA can set up the appropriate optimizations some time before theyre needed. This way, when the actual change happens, the page updates in a snappy manner.For contributing, open an issue and/or a pull request.