saritasa-nest / saritasa-dotnet-tools

Development Tools For Company'S .NET Projects.
BSD 2-Clause "Simplified" License
27 stars 13 forks source link

ZergRushCo: HTTP cache #25

Open dermeister0 opened 7 years ago

dermeister0 commented 7 years ago

I noticed a version parameter for null.js script. That's why it's not cached.

http://172.22.242.63/Static/bundles/null.js?bust=1485176298464

It's useless to request this empty script from server every time.

Also bundle.js/css do not have version. What happens if new version of application is deployed? Should user clear his browser cache?