Skip to content

Commit fd895b6

Browse files
authored
Improve clarity on optimizing relationship field performance
Clarified recommendation for optimizing relationship fields performance by specifying the `disable` parameter link.
1 parent 5acac7c commit fd895b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fieldtypes/relationships.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Would output in the format:
336336

337337
## Optimizing Relationships Performance
338338

339-
If you are heavily using relationship fields, it is recommended that you disable certain features, such as custom fields or categories on related entries, to speed up template loading. That can be done by applying `disable` parameter to the `exp:channel:entries` tag that includes relationship field tag (or siblings / parents tag).
339+
If you are heavily using relationship fields, it is recommended that you disable certain features such as custom fields or categories on the related entries to speed up template loading. That can be done by applying the [`disable` parameter](/channels/entries.md#disable) to the `exp:channel:entries` tag that includes the relationship field tag (or siblings / parents tag).
340340

341341
The following items can be turned off:
342342

0 commit comments

Comments
 (0)