From 7ff2e5fc39f8b5276a1dfff98af16e99375078a1 Mon Sep 17 00:00:00 2001 From: Danny Spina Date: Fri, 23 Jun 2023 16:28:02 +0200 Subject: [PATCH] Update info page --- dist/info.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dist/info.html b/dist/info.html index 16d5beb..ed57630 100644 --- a/dist/info.html +++ b/dist/info.html @@ -43,7 +43,14 @@ be parsed and a page will be generated with only the content (I used the same library that Firefox uses to generate the reader mode). This makes it possible to navigate using only a few kilobytes of data instead of - megabytes. + megabytes.

If you are offline yopu can see the pages you + already visited, and also if you are online, those pages will be cached + and blazing fast.

If you want a more detailed explanantion on + how Blaze works under the hood, I suggest you to + check the gitub repo + (if you have a fast connection).

Does it work?

@@ -52,7 +59,8 @@ search result, you receive a webpage that is only a few kilobytes in size instead of several megabytes. This makes it possible to load the page even under challenging connection conditions, effectively preventing timeout - errors from occurring. + errors from occurring. Moreover with the offline and caching support, the + pages you already visited throug Blaze will be... blazing fast.

Other implications