A user reports that a canvas app is loading slowly on mobile devices. The app uses multiple galleries with large data sources. What is the most effective optimization to improve performance?
Delegation reduces data loaded into the app.
Why this answer
Delegable queries reduce the data loaded into the app. Option A is wrong as it increases load. Option B is wrong as it adds overhead.
Option D is wrong as it moves data, not optimize.