Difference between revisions of "React caching"
Jump to navigation
Jump to search
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* https://create-react-app.dev/docs/production-build/#static-file-caching | * https://create-react-app.dev/docs/production-build/#static-file-caching | ||
+ | * <code>[[build/static]]</code> | ||
+ | * [[Cache-Control]] | ||
+ | * <code>[[--cache-control]]: [[aws s3 cp --cache-control]]</code> | ||
− | |||
+ | aws s3 cp [[--cache-control]] [[max-age]]=31536000 | ||
− | {{React}} | + | [[Cache-Control]]: [[max-age]]=31536000 |
+ | |||
+ | * [[HTTP headers]] | ||
+ | * [[Cache-Control]] | ||
+ | * [[Cache]] | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{React}} |
Latest revision as of 15:27, 19 July 2023
Advertising: