Skip to content

网页性能优化

检测工具

性能指标

优化技巧

Object.freeze

image-20240713150457449

image-20240713150650468

combine multiple js files into one

把多个js文件合并成一个文件,减少http请求次数,提高加载速度。

vue.runtime.js vue-router.js vuex.js

走cdn缓存

Last updated:

Powered by VitePress