• Home
Name Date Size #Lines LOC

..--

figures/22-Oct-2025-

animation_practice.mdD22-Oct-202514 KiB380327

application-performance-analysis.mdD22-Oct-202520 KiB373226

arkts-performance-improvement-recommendation.mdD22-Oct-202513 KiB494406

common-trace-using-instructions.mdD22-Oct-202523.3 KiB366258

component-recycle.mdD22-Oct-202510.1 KiB262206

develop-Native-modules-using-NAPI-safely-and-efficiently.mdD22-Oct-202520.5 KiB408327

efficient-concurrent-programming.mdD22-Oct-20251.6 KiB2114

flex-development-performance-boost.mdD22-Oct-20254.8 KiB6529

improve-application-cold-start-speed.mdD22-Oct-202514.3 KiB309232

improve-application-response.mdD22-Oct-202510.3 KiB323263

improve-file-upload-and-download-performance.mdD22-Oct-202520.4 KiB406312

lazyforeach_optimization.mdD22-Oct-2025731 63

performance-dynamic-import.mdD22-Oct-20257.3 KiB173153

performance-optimization-using-hidumper.mdD22-Oct-202511.2 KiB253218

performance-optimization-using-smartperf-host.mdD22-Oct-202513.3 KiB347226

performance-overview.mdD22-Oct-20255.3 KiB9147

precisely-control-render-scope.mdD22-Oct-202524 KiB691645

proper-choice-between-if-and-visibility.mdD22-Oct-202520.2 KiB483373

proper_state_management.mdD22-Oct-2025354 42

readme-EN.mdD22-Oct-20251.8 KiB2827

reasonable-running-backgroundTask.mdD22-Oct-202522.3 KiB362289

reduce-redundant-operations-when-render-first-frame.mdD22-Oct-202514.1 KiB461377

reduce-view-nesting-levels.mdD22-Oct-202521 KiB590503

swiper_optimization.mdD22-Oct-202512.2 KiB321252

thread_memory_shared.mdD22-Oct-202515 KiB304275

waterflow_optimization.mdD22-Oct-20258.2 KiB210179

readme-EN.md

1- Performance
2  - [Application Performance Improvement Overview](performance-overview.md)
3  - ArkTS High-Performance Programming
4    - [Efficient Concurrent Programming](efficient-concurrent-programming.md)
5    - [Secure and Efficient N-API Development](develop-Native-modules-using-NAPI-safely-and-efficiently.md)
6  - Reducing Frame Freezing
7    - [LazyForEach Usage](lazyforeach_optimization.md)
8    - [Best Practices for Component Reuse](component-recycle.md)
9    - [High-Performance WaterFlow Development](waterflow_optimization.md)
10    - [High-Performance Swiper Development](swiper_optimization.md)
11    - [Proper State Management](proper_state_management.md)
12    - [Precisely Controlling Render Scope](precisely-control-render-scope.md)
13    - [Reasonably Using Multithreaded Shared Memory](thread_memory_shared.md)
14  - Improving Application Startup and Response Times
15    - [Speeding Up Application Cold Start](improve-application-cold-start-speed.md)
16    - [Speeding Up Application Response](improve-application-response.md)
17    - [Flex Layout Performance Improvement](flex-development-performance-boost.md)
18    - [Improving Layout Performance](reduce-view-nesting-levels.md)
19    - [Improving File Upload and Download Performance](improve-file-upload-and-download-performance.md)
20    - [Reducing Redundant Operations on First Frame Drawing](reduce-redundant-operations-when-render-first-frame.md)
21    - [Application Animation Practice](animation_practice.md)
22    - [More Performance Improvement Methods](arkts-performance-improvement-recommendation.md)
23    - [Reasonably Running Background Tasks](reasonable-running-backgroundTask.md)
24  - Profiling Tools
25    - [CPU Profiler](application-performance-analysis.md)
26    - [Typical Traces](common-trace-using-instructions.md)
27
28 <!--no_check-->