mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-03 22:17:36 +00:00
Merge branch '1.x' into 2.x
* 1.x: Update api.rst Fix typo Fix CI on PHP5
This commit is contained in:
+1
-4
@@ -138,10 +138,7 @@ Compilation Cache
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
All template loaders can cache the compiled templates on the filesystem for
|
||||
future reuse. It speeds up Twig a lot as templates are only compiled once; and
|
||||
the performance boost is even larger if you use a PHP accelerator such as
|
||||
OPCache. See the ``cache`` and ``auto_reload`` options of ``\Twig\Environment``
|
||||
above for more information.
|
||||
future reuse. It speeds up Twig a lot as templates are only compiled once.
|
||||
|
||||
Built-in Loaders
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user