Skip to content

Commit

Permalink
minor #3505 replace Akamaï with Akamai (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

replace Akamaï with Akamai

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | #3502

Commits
-------

fb276b8 replace Akamaï with Akamai
  • Loading branch information
weaverryan committed Feb 3, 2014
2 parents e385d28 + fb276b8 commit ab10035
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions book/http_cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -795,13 +795,13 @@ Gateway caches are a great way to make your website perform better. But they
have one limitation: they can only cache whole pages. If you can't cache
whole pages or if parts of a page has "more" dynamic parts, you are out of
luck. Fortunately, Symfony2 provides a solution for these cases, based on a
technology called `ESI`_, or Edge Side Includes. Akamaï wrote this specification
technology called `ESI`_, or Edge Side Includes. Akamai wrote this specification
almost 10 years ago, and it allows specific parts of a page to have a different
caching strategy than the main page.

The ESI specification describes tags you can embed in your pages to communicate
with the gateway cache. Only one tag is implemented in Symfony2, ``include``,
as this is the only useful one outside of Akamaï context:
as this is the only useful one outside of Akamai context:

.. code-block:: html

Expand Down Expand Up @@ -936,7 +936,7 @@ used ``render``.

.. note::

Symfony2 detects if a gateway cache supports ESI via another Akamaï
Symfony2 detects if a gateway cache supports ESI via another Akamai
specification that is supported out of the box by the Symfony2 reverse
proxy.

Expand Down
2 changes: 1 addition & 1 deletion cookbook/cache/varnish.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ As seen previously, Symfony2 is smart enough to detect whether it talks to a
reverse proxy that understands ESI or not. It works out of the box when you
use the Symfony2 reverse proxy, but you need a special configuration to make
it work with Varnish. Thankfully, Symfony2 relies on yet another standard
written by Akamaï (`Edge Architecture`_), so the configuration tips in this
written by Akamai (`Edge Architecture`_), so the configuration tips in this
chapter can be useful even if you don't use Symfony2.

.. note::
Expand Down

0 comments on commit ab10035

Please sign in to comment.