Skip to content

Latest commit

 

History

History
71 lines (36 loc) · 4.88 KB

Web-Performance-List.md

File metadata and controls

71 lines (36 loc) · 4.88 KB

返回目录

Web Performance List

前端优化的根本目的是为了有一个更好地用户体验的同时尽可能减少后端负载压力。即保证更少的加载时间、更快的首屏渲染、更流畅的用户交互。鉴于本文篇幅较长,因此拆分为了第一部分第二部分

Overview | 概述

  • 2017-Tracking CPU with Long Tasks API: the old bottleneck for web performance used to be the network. But the new bottleneck for web performance is the CPU, and particularly the main thread.

Case Study | 案例分析

Resource

Benchmark | 性能评测与监控

  • SiteSpeed: itespeed.io is a set of Open Source tools that helps make your web pages faster.

Page Metric | 页面评测

API Metric | 接口性能评测

  • Locust: Define user behaviour with Python code, and swarm your system with millions of simultaneous users.

  • wrk: wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU.

  • Apache JMeter: The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance.

Code Coverage | 代码覆盖率