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