Skip to content

Commit 4edac03

Browse files
Update performance.md
1 parent 125e939 commit 4edac03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ api_platform:
219219

220220
The whole configuration seen before will no longer work and Doctrine will recover its default behavior.
221221

222-
### Partial pagination
222+
### Partial Pagination
223223

224224
When using the default pagination, the Doctrine paginator will execute a `COUNT` query on the collection. The result of the
225225
`COUNT` query is used to compute the latest page available. With big collections this can lead to quite long response times.
@@ -234,7 +234,7 @@ api_platform:
234234
partial: true # Disabled by default
235235
```
236236

237-
More details are available on the [pagination documentation](pagination.md).
237+
More details are available on the [pagination documentation](pagination.md#partial-pagination).
238238

239239
Previous chapter: [Security](security.md)
240240

0 commit comments

Comments
 (0)