All Projects → leoyb → web-performance-optimization

leoyb / web-performance-optimization

Licence: other
Web 性能优化

Projects that are alternatives of or similar to web-performance-optimization

noisyopt
Python library for optimizing noisy functions.
Stars: ✭ 73 (+217.39%)
Mutual labels:  optimization
zoofs
zoofs is a python library for performing feature selection using a variety of nature-inspired wrapper algorithms. The algorithms range from swarm-intelligence to physics-based to Evolutionary. It's easy to use , flexible and powerful tool to reduce your feature size.
Stars: ✭ 142 (+517.39%)
Mutual labels:  optimization
autodiff
A .NET library that provides fast, accurate and automatic differentiation (computes derivative / gradient) of mathematical functions.
Stars: ✭ 69 (+200%)
Mutual labels:  optimization
AbstractOperators.jl
Abstract operators for large scale optimization in Julia
Stars: ✭ 26 (+13.04%)
Mutual labels:  optimization
snl-quest
An open source, Python-based software application suite for energy storage simulation and analysis developed by Sandia National Laboratories.
Stars: ✭ 82 (+256.52%)
Mutual labels:  optimization
studio
GAMS Studio
Stars: ✭ 25 (+8.7%)
Mutual labels:  optimization
okama
Investment portfolio and stocks analyzing tools for Python with free historical data
Stars: ✭ 87 (+278.26%)
Mutual labels:  optimization
pareto
Spatial Containers, Pareto Fronts, and Pareto Archives
Stars: ✭ 69 (+200%)
Mutual labels:  optimization
dopt
A numerical optimisation and deep learning framework for D.
Stars: ✭ 28 (+21.74%)
Mutual labels:  optimization
Windows11-Optimization
Community repository, to improve security and performance of Windows 10 and windows 11 with tweaks, commands, scripts, registry keys, configuration, tutorials and more
Stars: ✭ 17 (-26.09%)
Mutual labels:  optimization
SumOfSquares.jl
Sum of Squares Programming for Julia
Stars: ✭ 96 (+317.39%)
Mutual labels:  optimization
cplex-example
Solving a TSP with the CPLEX C++ API.
Stars: ✭ 40 (+73.91%)
Mutual labels:  optimization
modest-py
FMI-compliant Model Estimation in Python
Stars: ✭ 40 (+73.91%)
Mutual labels:  optimization
fastnumbers
Super-fast and clean conversions to numbers.
Stars: ✭ 85 (+269.57%)
Mutual labels:  optimization
good lp
Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and let's you solve them with various solvers.
Stars: ✭ 77 (+234.78%)
Mutual labels:  optimization
DotNet.SystemCollections.Analyzers
A set of code analyzers & code fix providers to help developers use the proper .NET Collection & API in their algorithms
Stars: ✭ 72 (+213.04%)
Mutual labels:  optimization
profiling
Non-discriminatory profiling of Ruby code leveraging the ruby-prof gem
Stars: ✭ 12 (-47.83%)
Mutual labels:  optimization
NumDiff
Modern Fortran Numerical Differentiation Library
Stars: ✭ 48 (+108.7%)
Mutual labels:  optimization
yask
YASK--Yet Another Stencil Kit: a domain-specific language and framework to create high-performance stencil code for implementing finite-difference methods and similar applications.
Stars: ✭ 81 (+252.17%)
Mutual labels:  optimization
optimizer-api
Unified API for multiple optimizer engines
Stars: ✭ 26 (+13.04%)
Mutual labels:  optimization

在这里记录了自己做的一些性能优化工作。

📕 关于性能优化的关键词

性能优化的工具

Chrome DevTool、火焰图、瀑布流、时间轴、Fiddle抓包、Charles、AB 工具、网速设置工具

性能优化的网络优化

DNS-Prefetch、preload、preRender、TTL、TTFB、GZip、307 状态码

页面的优化

资源的压缩、打包、内敛,模块的懒加载、懒执行、懒渲染

代码层面的优化

重绘、回流、FPS、节流、去抖、去定时器、事件代理

📕 使用第三方网站获取性能测试报告

📕 学会用Chrome DevTools收集性能指标

📕 了解内存泄漏

📕 知道浏览器的工作原理以及渲染过程

📕 性能优化的网络优化

📕 首屏优化

📕 代码层面上优化

📖 JS优化

📖 DOM优化

📖 动画优化

📖 滚动优化

📕 底层上优化

📖 浏览器对代码做的一些优化

📖 JS与Native交互时相互通信的成本问题

📕 自动化的性能监控方案

📕 框架的性能优化(Nuxt.js|Vue.js|React|React Native)

📕 泛谈性能优化

📖 H5

📖 PC

📕 优化方案

📕 其它

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].