From 96beea0ff1bc7b0b76114c92055842300a16425f Mon Sep 17 00:00:00 2001 From: Fernando Verdugo Date: Fri, 19 Apr 2024 10:52:18 +0200 Subject: [PATCH] Update local_resources.rst More detail about CDNs. --- docs/docs/local_resources.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/docs/local_resources.rst b/docs/docs/local_resources.rst index af3ee92e8..ecbe4a9e8 100644 --- a/docs/docs/local_resources.rst +++ b/docs/docs/local_resources.rst @@ -2,9 +2,14 @@ Offline libraries in frontend ============================= Javascript and CSS libraries can be configured in the local server -instead of using a CDN. +instead of using a CDN. -Some users behind firewalls may experience rendering problems. +- CDNs deliver faster loading speeds for users +- CDNs lower the cost of bandwidth. +- Improved SEO +- Handling spikes in traffic + +But some users behind firewalls may experience rendering problems, from China i.e. By default we use CDN versions of the JavaScript and CSS libraries. In some specific cases it may be useful to have those libraries in the same server as the Ravada web frontend runs.