8000 some markup tweaks by xabbuh · Pull Request #9115 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

some markup tweaks #9115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2018
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
0