File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,23 @@ like normal:
69
69
70
70
<img src="{{ asset('build/images/logo.png') }}">
71
71
72
+ Troubleshooting
73
+ ---------------
74
+
75
+ Asset Versioning and Deployment
76
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77
+
78
+ When deploying a new version of your application, versioned assets will include
79
+ a new hash, making the previous assets no longer available. This is usually not
80
+ a problem when deploying applications using a rolling update, blue/green or
81
+ symlink strategies.
82
+
83
+ However, even when applying those techniques, there could be a lapse of time
84
+ when some publicly/privately cached response requests the previous version of
85
+ the assets. If your application can't afford to serve any broken asset, the best
86
+ solution is to use a CDN (or custom made service) that keeps all the old assets
87
+ cached for some time.
88
+
72
89
Learn more
73
90
----------
74
91
You can’t perform that action at this time.
0 commit comments