Skip to content

Added a mention to APCu Polyfill in the performance article #7509

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

Closed
wants to merge 1 commit into from
Closed
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: 8 additions & 1 deletion performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ the need to constantly recompile the PHP source code. There are a number of
PHP comes with `OPcache`_ built-in. For older versions, the most widely used
byte code cache is probably `APC`_

Using a byte code cache really has no downside, and Symfony has been architected
.. tip::

If your server still uses the legacy APC PHP extension, install the
`APCu Polyfill component`_ in your application to enable compatibility with
`APCu PHP functions`_ and unlock support for advanced Symfony features, such
as the APCu Cache adapter.

Using a byte code cache really has no downside, and Symfony has been designed
to perform really well in this type of environment.

Further Optimizations
Expand Down