A sales team uses a Canvas app to track leads. Users report that the app loads slowly when accessing on mobile devices. Which component should be optimized to improve performance?
Trap 1: Update the app version number
Version number does not affect performance.
Trap 2: Increase the app icon size
Unrelated to performance.
Trap 3: Change the app's background color
Cosmetic change, no performance impact.
- A
Update the app version number
Why wrong: Version number does not affect performance.
- B
Optimize data source connections and queries
Reduces data transfer and speeds up app.
- C
Increase the app icon size
Why wrong: Unrelated to performance.
- D
Change the app's background color
Why wrong: Cosmetic change, no performance impact.