Posted by vimalgoradiya on July 5, 2012 at 2:07pm
I have use panels to display my home page.
I have use rotor banner within it using views.
When i am adding new panel page or mini panel with the use of backend using login admin / authenticated user, it will display to particular authenticated user itself.
But for Anonymous users it will not display at a time, it will take around 5 Hrs. to get it effect.
What was wrong i am not getting.
Can any one help me out for this?

Comments
Check your performance settings for CSS and JS
You could try clearing all caches in the Configuration >> Development >> Performance page >> Click the Clear all caches button.
If you are doing a lot of site development you could uncheck the boxes in the page for caching and aggregating. Then when you are done go back and turn them on.
For example look in the Performance page and check to see if in the Caching section the boxes are checked for Cache pages for anonymous users and Cache block. Then uncheck them, save the page and see if that makes a difference in the amout of time it takes to update the site for the anonymous user.
You can also look at the Bandwidth optimizatioin section and uncheck the boxes for compressing and aggregating.
When you have finished making changes to the site go back and check the boxes because this can affect the site's performance.
Another thing is to check what time Cron is set run.
I am using Drupal 7 I can't tell you if it works for other versions.
Drupal 6
My site is heavy and i want it to load faster, therefore It requires cache be enabled.
For D6, When I am going to create new panels by authenticated user and then flush cache at that time anonymous user can also view changes at a time.
Using Cron it can also possible for some time being. But this will affect my site loading time, can any other options are available.