# Other startup performance optimization suggestions
In addition to code package volume , Code injection , First-screen rendering In addition to Weixin Mini Program startup time, factors such as the frequency of release also affect the [[TIPS-1]] startup time.
In response to these factors, we recommend that developers:
# 1. Plan the release of a reasonably planned version
Weixin Mini Program If version updates are detected at startup (for specific policies, see [Mini Program update mechanism]]]((update-mechanism)) ), the following actions are taken to affect startup time
- Retrieve the basic information for Weixin Mini Program
- Perform incremental updates to Weixin Mini Program code packages
- CodeCache for Regenerating JS Code
- Regenerate the initial rendering cache
The ability to rapidly iterate releases is an advantage of Weixin Mini Program over apps, but releases of new versions too frequently may result in some users needing to update Mini Programs every time they use them, resulting in longer average startup times.
Without affecting the normal iteration of Weixin Mini Program functions, we recommend that developers do a good job of version planning in advance and control the frequency of version releases.
Backtracking and releasing a new version have the same impact on startup time.