Determine if static files have version control
-
Hi, quick question, how can I verify if my css and js files are being automatically assigned versions for browswer cache busting? I often update my child themes style.css by SFTP, and want to make sure each time I do this, it’s getting served immediately to visitors who may not clear their cache.
How does wordpress know I’ve uploaded a new style.css to give it a new version? Is there a way for me to verify it is doing this?
When I look on tools like gtmetrix, I see the it is listed with a query string like
…style.css?x92105
but I thought it should be putting something like style.css?ver=1.1I’m currently using W3TC and planning to move to WP Rocket shortly. Is W3TC putting that query string, or is it WordPress? Any help educating me on this is appreciated!
- The topic ‘Determine if static files have version control’ is closed to new replies.