When I look at my page source through the browser, the JS calls have a capital U at the end. Does anyone know why this might be occuring? I have this setup on a local mamp environment.

Thanks!

Comments

mfer’s picture

You'll notice that css and js has ?U or some other character at the end. That is done to have better control over how browsers cache these files. When the character at the end updates browsers will see that and download a fresh copy.

For example, This is there for the case where you have a script.js file or style.css file, you make a change to it, and now you want browsers to download that change rather than wait until their cache expires to get the updated copy.

mfer’s picture

Status: Active » Closed (fixed)

No further follow-ups. closing.