Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Nov 6, 2018
1 parent 9d16196 commit 0bdac18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_getting_started/06_deployment.md
Expand Up @@ -77,7 +77,7 @@ composer dump-autoload --optimize --no-dev --classmap-authoritative

You should make sure that your production server has the [OPcache](http://php.net/manual/en/book.opcache.php) extension installed and enabled. OPcache will improve PHP performance by storing your application as compiled bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request.

The following OPcache settings have been known to boost performance of a Mako application in production:
The following OPcache settings have been known to work well with a Mako application in production:

```
opcache.memory_consumption=256
Expand Down

0 comments on commit 0bdac18

Please sign in to comment.