Src: New tab page

Created on 22 Apr 2020  路  1Comment  路  Source: kiwibrowser/src

Hello friend
I have one question about newtab page extension on Kiwi Browser. Why every time newtab page is opened it make connections to sites that is saved? Is it grabbing just icons and if it is , is there posibility to save icons somewhare in folder when we save page.
Thanks.

Most helpful comment

The connections are pre-established to speedup the first time to click when you open the browser.

It's done via the preconnect directive in the .html code of the new tab page so if you change the default home page then this is not the case.

We can discuss the feature as well if there is a reason to avoid preconnect that you see (it's preconnect, not preload)

>All comments

The connections are pre-established to speedup the first time to click when you open the browser.

It's done via the preconnect directive in the .html code of the new tab page so if you change the default home page then this is not the case.

We can discuss the feature as well if there is a reason to avoid preconnect that you see (it's preconnect, not preload)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Tobi823 picture Tobi823  路  5Comments

rururux picture rururux  路  5Comments

Drakim42 picture Drakim42  路  4Comments

d3ward picture d3ward  路  5Comments

xmax000 picture xmax000  路  6Comments