From d297483ce2b3b4d7a980bd1b19ca8eefb84d19ff Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 20 Oct 2020 22:07:43 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b88dec..6e514039 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,9 @@ Since GitHub API has rate limitations, the shared instance has a few limitations * Your generated metrics won't be updated during this amount of time * If you enable or disable plugins in url parameters, you'll need to wait for cache expiration before these changes are applied * The rate limiter is enabled, although it won't affect already cached users metrics - * Plugins are disabled + * Plugins which consume additional requests or require elevated token rights are disabled * PageSpeed plugin can still be enabled by passing `?pagespeed=1`, but metrics generation can take up some time when it has not been cached yet + * Languages and Follow-up plugins are enabled by default by can be disabled respectively with `?languages=0` and `?followup=0` To ensure maximum availability, consider deploying your own instance or use the GitHub Action.