Loading...

Performance & Optimization

App performance optimization, rendering, memory management, and build modes

4
Easy Questions
3
Medium Questions
0
Hard Questions

Easy Questions (4)

#68EasyPerformance & Optimization

What is AOT and JIT Complier ?

#132EasyPerformance & Optimization

Diff between positional and Named params in func ? example :- `func({required CancelToken cancelToken})` VS `func(CancelToken cancelToken)`

#150EasyPerformance & Optimization

Difference Between a Cold Start and a Hot Restart?

#212EasyPerformance & Optimization

What is reactive programming ?

Medium Questions (3)

#2MediumPerformance & Optimization

**Re-execution:** After teardown, the framework re-executes `main()` from the beginning within the same VM.

#1MediumPerformance & Optimization

Use cached width and height, also use disk cache width and height.

#246MediumPerformance & Optimization

How do you handle performance optimization - app size, rendering speed, and load time?

performance