From 86e5cda34e3ddbd96011e24dd286f50ac652ac44 Mon Sep 17 00:00:00 2001 From: Travis 'Nep' Smith Date: Sat, 10 May 2025 19:36:58 -0500 Subject: [PATCH] Update caching.md Added an obvious link --- docs/optimization/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/optimization/caching.md b/docs/optimization/caching.md index eebc48e21..b4e0cfa48 100755 --- a/docs/optimization/caching.md +++ b/docs/optimization/caching.md @@ -55,7 +55,7 @@ Enable this feature only if you **do not** use future entries, expiring entries, ## Query Disabling -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. +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. The syntax for the disable parameter is this: disable="ITEM YOU WANT TO DISABLE". There are five items that can be turned off: