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.