Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/performance/query-optimization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ With 3 000 000 customers this method allows you to load page up to 70% faster.

This solution may slow down loading page with small tables as it will create additional database queries.

This solution will be turned on by default on `SyliusGridBundle` since version 1.10.
This solution is turned on by default on `SyliusGridBundle` since version 1.10.
For the earlier versions, the `Pagerfanta\Adapter\DoctrineORMAdapter` has to be adjusted manually,
by overriding the `Sylius\Bundle\GridBundle\Doctrine\ORM\DataSource` class.