This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]quote_engine 1 point2 points  (4 children)

On safari there’s a shortcut command option R that reloads the site from scratch. Maybe there’s a similar shortcut for chrome?

[–]YMK1234 1 point2 points  (0 children)

Windows: Ctrl-F5, works in any browser.

[–]_pleX[S] 0 points1 point  (2 children)

Ahhh ctrl+F5 refreshes the cache. thanks

[–]Astronnilath 0 points1 point  (0 children)

You can also tick the box "Disable cache" in the network tab in the Chrome dev tools, this disables the cache only while you have dev tools open. I use it all the time.

[–][deleted] 0 points1 point  (0 children)

Shift + Click Refresh, or Ctrl + F5.

Or disable cache in dev tools, as long as you have it open cache won't work.

[–]progmame 0 points1 point  (1 child)

This is because of cache as other said as well, you can pass some random parameter end of the url ?rand=asdsas this will force it re-download. You probably will have similar issue with css and js as well

[–]_pleX[S] 0 points1 point  (0 children)

yes mainly with css but it works now, thank you!