This tab shows the server-side actions executed. The list automatically refreshes when
the page updates.
Filter the List of Actions
To filter the list of actions, toggle the buttons related to the different action types or
states.
-
Storable—Storable actions whose responses can be cached.
-
Cached—Storable actions whose responses are cached. Toggle this button off
to show cache misses and non-storable actions. This information can be valuable if you're
investigating performance bottlenecks.
-
Background—Not supported for Lightning components. Available in
the open-source Aura framework.
-
Success—Actions that were executed successfully.
-
Incomplete—Actions with no server response. The server might be down or
the client might be offline.
-
Error—Actions that returned a server error.
-
Aborted—Actions that were aborted.
Enter a search string in the Filter field to match any substring.
Invert the filter by starting the search string with !. For example,
!aura returns all actions that don't contain the string
aura and filters out many framework-level actions.