• Home
Name Date Size #Lines LOC

..--

figures/16-Dec-2024-

animation_practice.mdD16-Dec-202414 KiB381328

application-performance-analysis.mdD16-Dec-202420 KiB373226

arkts-performance-improvement-recommendation.mdD16-Dec-202413 KiB494406

common-trace-using-instructions.mdD16-Dec-202423.4 KiB366258

component-recycle.mdD16-Dec-202410.1 KiB262206

develop-Native-modules-using-NAPI-safely-and-efficiently.mdD16-Dec-202420.5 KiB408327

efficient-concurrent-programming.mdD16-Dec-20241.8 KiB2316

flex-development-performance-boost.mdD16-Dec-20244.8 KiB6529

improve-application-cold-start-speed.mdD16-Dec-202414.3 KiB309232

improve-application-response.mdD16-Dec-202410.3 KiB323263

improve-file-upload-and-download-performance.mdD16-Dec-202420.4 KiB406312

lazyforeach_optimization.mdD16-Dec-2024731 63

performance-dynamic-import.mdD16-Dec-20247.3 KiB173153

performance-optimization-using-hidumper.mdD16-Dec-202411.2 KiB252218

performance-optimization-using-smartperf-host.mdD16-Dec-202413.3 KiB347226

performance-overview.mdD16-Dec-20245.6 KiB9549

precisely-control-render-scope.mdD16-Dec-202424 KiB691645

proper-choice-between-if-and-visibility.mdD16-Dec-202420.2 KiB483373

proper_state_management.mdD16-Dec-2024354 42

readme-EN.mdD16-Dec-20241.8 KiB2928

reasonable-running-backgroundTask.mdD16-Dec-202422.3 KiB362289

reduce-redundant-operations-when-render-first-frame.mdD16-Dec-202414.1 KiB461377

reduce-view-nesting-levels.mdD16-Dec-202421 KiB590503

swiper_optimization.mdD16-Dec-202412.2 KiB321252

thread_memory_shared.mdD16-Dec-202415.2 KiB304275

waterflow_optimization.mdD16-Dec-20248.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    - [Reducing Animation Frame Loss](reduce-animation-frame-loss.md)
14    - [Reasonably Using Multithreaded Shared Memory](thread_memory_shared.md)
15  - Improving Application Startup and Response Times
16    - [Speeding Up Application Cold Start](improve-application-cold-start-speed.md)
17    - [Speeding Up Application Response](improve-application-response.md)
18    - [Flex Layout Performance Improvement](flex-development-performance-boost.md)
19    - [Improving Layout Performance](reduce-view-nesting-levels.md)
20    - [Improving File Upload and Download Performance](improve-file-upload-and-download-performance.md)
21    - [Reducing Redundant Operations on First Frame Drawing](reduce-redundant-operations-when-render-first-frame.md)
22    - [Application Animation Practice](animation_practice.md)
23    - [More Performance Improvement Methods](arkts-performance-improvement-recommendation.md)
24    - [Reasonably Running Background Tasks](reasonable-running-backgroundTask.md)
25  - Profiling Tools
26    - [CPU Profiler](application-performance-analysis.md)
27    - [Typical Traces](common-trace-using-instructions.md)
28
29 <!--no_check-->