Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ using APC and ``opcache_reset()`` when using OPcache).
means that you cannot clear the web server OPcache by executing some command
in your terminal. These are some of the possible solutions:

1. Restart the web server;
2. Call the ``apc_clear_cache()`` or ``opcache_reset()`` functions via the
web server (i.e. by having these in a script that you execute over the web);
3. Use the `cachetool`_ utility to control APC and OPcache from the CLI.
#. Restart the web server;
#. Call the :phpfunction:`apc_clear_cache` or :phpfunction:`opcache_reset`
functions via the web server (i.e. by having these in a script that
you execute over the web);
#. Use the `cachetool`_ utility to control APC and OPcache from the CLI.

Optimizing all the Files Used by Symfony
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down