Articles under the 'performance' 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 >>

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 >>

Go releases the biggest update to the language ever!

On March 15, 2022, the Go core team announced the release of Go 1.18, which its official blog called “a huge milestone for the entire Go community”. In this release, the Go core team made the biggest syntax feature change since the Go language became open source - adding support for generics. Here i ... More >>

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 >>