can some one tell us if any difference between
ctrl f5 in firefox and clear all cache from admin menu in drupal

Thanks

Comments

andyd328’s picture

Shift-F5 sends a request to the server to send the entire page & all of its images, css, js etc again. Drupal will then deliver this - and it'll do it from it's cached version if it can.

If you clear all caches in the drupal admin you clear the drupal cache. Shift-F5 will then deliver a newly generated version of the page. Depending on your server speed you may notice quite a difference in delivery time after clearing the drupal cache.

In short: there are two caches, if you want to be sure you're getting the latest version then both clear the drupal cache and then use shift-f5 - in that order :)

qqboy’s picture

andyd328’s picture

I guess I was thinking of shift-click refresh.

And, now worries, you're very welcome.

vm’s picture

browser cache and database cache are two entirely different animals.

CTRL-F5 is a refresh in the browser.
clearing cache in drupal (whether admin menu or otherwise) clears the cache tables in the database.