HomeDocs
Skip to main content

Other Startup Performance Optimization Suggestions

In addition to code package size, code injection, and first screen rendering, factors such as release frequency can also affect the startup time of a mini-program.

To address these factors, we recommend developers to:

1. Plan Version Releases Reasonably

When a mini-program starts up and detects a version update (for specific strategies, please refer to the mini-program update mechanism), it will perform the following operations, affecting startup time:

  • Re-obtain the basic information of the mini-program.
  • Update the mini-program code package.

The ability to iterate and release quickly is an advantage of mini-programs compared to traditional apps. However, too frequent version releases may require users to update the mini-program every time they use it, leading to longer average startup times.

Therefore, while ensuring that normal functional iteration of the mini-program is not affected, we recommend developers to plan version releases in advance and control the frequency of version releases.

Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.