Articles under the 'optimization' tag
Mobile H5 first screen second opening optimization solution
With the increasing performance of mobile devices, the performance experience of web pages gradually becomes acceptable, and because of the many benefits of web development mode (cross-platform, dynamic update, volume reduction, unlimited expansion), there are more and more embedded web pages in APP
...
More >>
2022-06-14
performance
/
optimization
/
cache
/
H5
/
first screen
Front-end performance optimization - package volume compressed by 82%, package speed increased by 65%
Compressing the size of the packaged project and improving the packaging speed are very important links in the front-end performance optimization. I combine the practice summary in the work and sort out some conventional and effective performance optimization suggestions.
Background of the project
T
...
More >>
2022-04-18
performance
/
optimization
/
externals
/
momentjs
/
gzip
/
DllPlugin
Front-end Performance Optimization - Resource Preloading
When it comes to front-end performance optimization, the first thing we associate with is file merging, compression, file caching, and enabling server-side gzip compression, which allows pages to load faster and users to use our web applications as quickly as possible to achieve their goals. 
...
More >>