function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Charlene JohnsonCharlene Johnson 

Is there a refresh lag within Lightning.

Hi Everyone,

I have just completed the Create Global Quick Actions unit within Trailhead and I have noticed that when I created global action within Salesforce it took a good while for them to show within the Salesforce App even after I pulled down to refresh within the Navigation pane.  There was also a lag in them showing within the Global Actions Menu within Salesforce.

Is there some kind of lag?

Charlene
Best Answer chosen by Charlene Johnson
bob_buzzardbob_buzzard
Yes, lightning aggressively caches to improve performance.  You can disable this when developing as detailed in the following article:

https://developer.salesforce.com/blogs/developer-relations/2017/04/lightning-components-performance-best-practices.html#rendering

All Answers

bob_buzzardbob_buzzard
Yes, lightning aggressively caches to improve performance.  You can disable this when developing as detailed in the following article:

https://developer.salesforce.com/blogs/developer-relations/2017/04/lightning-components-performance-best-practices.html#rendering
This was selected as the best answer
Charlene JohnsonCharlene Johnson
Hi Bob, thanks for your reply. Sorry for my late response. 

Charlene.