Add lookahead optimisations for merge requests
This uses lookahead to preload associations we know we are going to need. To ensure this works, the keyset connection is updated to support pre-loaded associations This enables results sets that are already in memory to be efficiently handled without making extra unnecessary queries.
Showing
Please register or sign in to comment