August 1st by Jason

Cachesmack!

So at Johns Hopkins, we have to review changes on our production servers pretty often, and aren’t sure if a change didn’t make it or if it’s being obscured by the long production cache.

A quick way to fix this is to just append a query string at the end of the URL, like this:

http://myamazing.url.com/mypage?wiourasefj

Doesn’t matter what the variable is, but if it’s there, the server might redownload the page’s assets. Well, see, being a programmer, I’m lazy. Typing those query string variables over and over was tedious. So I made CACHESMACK to do it for me.

Use it if you’re lazy like me.

CACHESMACK ยป

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

So, Where Now?