• Home
Name Date Size #Lines LOC

..--

figures/12-May-2024-

animation_practice.mdD12-May-202414 KiB380327

application-performance-analysis.mdD12-May-202420 KiB373226

arkts-performance-improvement-recommendation.mdD12-May-202413 KiB494406

common-trace-using-instructions.mdD12-May-202423.3 KiB366258

component-recycle.mdD12-May-202410.1 KiB262206

develop-Native-modules-using-NAPI-safely-and-efficiently.mdD12-May-202420.5 KiB408327

efficient-concurrent-programming.mdD12-May-20241.8 KiB2316

flex-development-performance-boost.mdD12-May-20244.7 KiB6529

high-performance-programming.mdD12-May-202418.7 KiB605442

improve-application-cold-start-speed.mdD12-May-202414.3 KiB309232

improve-application-response.mdD12-May-202410.3 KiB323263

improve-file-upload-and-download-performance.mdD12-May-202420.2 KiB407312

lazyforeach_optimization.mdD12-May-2024731 63

performance-dynamic-import.mdD12-May-20247.4 KiB173153

performance-optimization-using-hidumper.mdD12-May-202411.2 KiB253218

performance-overview.mdD12-May-20245.6 KiB9349

precisely-control-render-scope.mdD12-May-202424 KiB691645

proper-choice-between-if-and-visibility.mdD12-May-202420.2 KiB483373

proper_state_management.mdD12-May-2024354 42

readme-EN.mdD12-May-20242 KiB3130

reasonable-running-backgroundTask.mdD12-May-202422.2 KiB362289

reasonable-using-ipc.mdD12-May-20248.1 KiB163102

reduce-animation-frame-loss.mdD12-May-20244.6 KiB143126

reduce-view-nesting-levels.mdD12-May-202414.7 KiB387322

swiper_optimization.mdD12-May-202412.2 KiB320252

thread_memory_shared.mdD12-May-202415.2 KiB304275

waterflow_optimization.mdD12-May-20248.2 KiB212179

readme-EN.md

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