Skip to content

Commit 5e197b0

Browse files
committed
Remove mention of deprecated "api_platform.metadata_cache" parameter
1 parent 056c448 commit 5e197b0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

core/performance.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,6 @@ API Platform internally uses a [PSR-6](http://www.php-fig.org/psr/psr-6/) cache.
140140
Best performance is achieved using [APCu](https://github.com/krakjoe/apcu). Be sure to have the APCu extension installed
141141
on your production server. API Platform will automatically use it.
142142

143-
This parameter can be changed by changing the value of `api_platform.metadata_cache`:
144-
145-
```yaml
146-
# api/config/config.yaml
147-
148-
parameters:
149-
# Enable the metadata cache to speedup the builds
150-
api_platform.metadata_cache: true
151-
```
152-
153143
## Using PPM (PHP-PM)
154144

155145
Response time of the API can be improved up to 15x by using [PHP Process Manager](https://github.com/php-pm/php-pm). If

0 commit comments

Comments
 (0)