Skip to content

Commit 9828563

Browse files
authored
Merge pull request #1068 from nep/Update-caching.md
Update caching.md
2 parents 37af3ad + 2a376ae commit 9828563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/optimization/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Enable this feature only if you **do not** use future entries, expiring entries,
5555

5656
## Query Disabling
5757

58-
The disable= parameter is available in the {exp:channel:entries} tag. It allows you to turn off aspects of the tag that you might not be using in order to improve performance. The channel tag is designed to fetch a lot of information by default: Categories, fields, member data, etc. Depending on how you use the tag, some of this data may not be needed. Through the use of the "disable" parameter you can turn off aspects of the tag in order to make it more lightweight.
58+
The disable= parameter is available in the [{exp:channel:entries} tag](channels/entries.md#disable). It allows you to turn off aspects of the tag that you might not be using in order to improve performance. The channel tag is designed to fetch a lot of information by default: Categories, fields, member data, etc. Depending on how you use the tag, some of this data may not be needed. Through the use of the "disable" parameter you can turn off aspects of the tag in order to make it more lightweight.
5959

6060
The syntax for the disable parameter is this: disable="ITEM YOU WANT TO DISABLE". There are five items that can be turned off:
6161

0 commit comments

Comments
 (0)