mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Update User Guide
This commit is contained in:
parent
a6967c50c2
commit
3ac0885690
@ -582,7 +582,7 @@ to be passed through all <strong>after</strong> filters before being sent to the
|
||||
<p>Built into the HTTP specification are tools help the client (often the web browser) cache the results. Used correctly,
|
||||
this can lead to a huge performance boost to your application because it will tell the client that they don’t need
|
||||
to contact the server at all since nothing has changed. And you can’t get faster than that.</p>
|
||||
<p>This are handled through the <code class="docutils literal notranslate"><span class="pre">Cache-Control</span></code> and <code class="docutils literal notranslate"><span class="pre">ETag</span></code> headers. This guide is not the proper place for a thorough
|
||||
<p>This is handled through the <code class="docutils literal notranslate"><span class="pre">Cache-Control</span></code> and <code class="docutils literal notranslate"><span class="pre">ETag</span></code> headers. This guide is not the proper place for a thorough
|
||||
introduction to all of the cache headers power, but you can get a good understanding over at
|
||||
<a class="reference external" href="https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching">Google Developers</a>.</p>
|
||||
<p>By default, all response objects sent through CodeIgniter have HTTP caching turned off. The options and exact
|
||||
|
Loading…
x
Reference in New Issue
Block a user