What does this random number do: /javascripts/rails.js?1271798101
Posted
by viatropos
on Stack Overflow
See other posts from Stack Overflow
or by viatropos
Published on 2010-04-20T21:53:18Z
Indexed on
2010/04/20
22:03 UTC
Read the original article
Hit count: 229
I think I remember reading that that has to do with telling the browser not to cache it or something. How does this impact browser caching and application performance in production? When does that number change?
<script src="/javascripts/rails.js?1271798101" type="text/javascript"></script>
© Stack Overflow or respective owner