Commit c18e65e
committed
Caching patch.
Changelog excerpt:
- Adjusted the eTaggable method, increasing expiries from 1 month to 6
months to further reduce superfluous requests for static files, and
explicitly removing the Cache-Control header due to some implementations
setting the Cache-Control header within their own code, prior to calling
phpMussel, thus preventing browsers from being able to properly cache
phpMussel's static assets (explicitly removing the header should ensure
that static assets can be cached as expected).1 parent 0cb81de commit c18e65e
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
2871 | 2871 | | |
2872 | 2872 | | |
2873 | 2873 | | |
| 2874 | + | |
2874 | 2875 | | |
2875 | 2876 | | |
2876 | 2877 | | |
| |||
2898 | 2899 | | |
2899 | 2900 | | |
2900 | 2901 | | |
2901 | | - | |
| 2902 | + | |
2902 | 2903 | | |
2903 | 2904 | | |
2904 | 2905 | | |
| |||
0 commit comments