Salesforce Certified Platform Developer II — Question 41
A company has a Lightning Page with many Lightning Components, some that cache reference data. It is reported that the page does not always show the most current reference data.
What can a developer use to analyze and diagnose the problem in the Lightning Page?
Answer options
- A. Salesforce Lightning Inspector Actions Tab
- B. Salesforce Lightning Inspector Event Log Tab
- C. Salesforce Lightning Inspector Transactions Tab
- D. Salesforce Lightning Inspector Storage Tab
Correct answer: D
Explanation
The correct answer is D, as the Salesforce Lightning Inspector Storage Tab allows developers to examine the storage and caching of data within Lightning Components. The other options focus on actions, events, or transactions but do not provide insights into data storage issues, which is crucial for resolving caching problems.