From 13f70af45a9733e1a8ecfe808e869e4336f218f3 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Sun, 6 Jul 2025 21:28:40 +0100 Subject: [PATCH] Update Glance.md Explained to turn on menu caching. --- examples/Glance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Glance.md b/examples/Glance.md index 5594e8f..d7076a9 100644 --- a/examples/Glance.md +++ b/examples/Glance.md @@ -45,7 +45,7 @@ For example: } ``` -You may make this as complicated as you like! But you have limited space and only ASCII text characters. +You may make this as complicated as you like! But you have limited space and only ASCII text characters. **It is best to turn on menu caching in order to speed up the display of the template**. The display is then nearly instantaneous. The default view will persist showing until the errors are resolved. In order to extract the custom glance template both the menu and the API are required. So it is logical that the two tests must pass first. The exception here is if the menu is cached, in which case only the API needs to pass.