HTTP Caching: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
 
Line 33: Line 33:
* Don't put data that changes independently into the same request. Instead use a resource that returns [[URL | URLs]] to the child requests and leverage HTTP2 and caching.
* Don't put data that changes independently into the same request. Instead use a resource that returns [[URL | URLs]] to the child requests and leverage HTTP2 and caching.
* Instead of disabling caching, set the <code>maxage</code> to a low value like 5 seconds.
* Instead of disabling caching, set the <code>maxage</code> to a low value like 5 seconds.
[[Category: Terminology]]

Navigation menu