aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index d1b1458..7c3bc08 100644
--- a/README
+++ b/README
@@ -88,8 +88,10 @@ is one way to prevent widgets from draining your battery.
Vicious can also cache values returned by widget types. Caching
enables you to have multiple widgets using the same widget type and
-its worker function will be executed only once. It is useful mostly
-for widgets which do not require a special argument to be passed.
+its worker function will be executed only once. However be careful
+with those widgets that require a widget argument to be passed. If you
+are requesting information for different devices then caching is
+useless and can lead to confusion.
Update intervals also play a big role, and you can save a lot of power
with a smart approach to intervals. You should avoid intervals like: