nihilowy/surfer

Can't show page before it's fully loaded

Closed this issue · 3 comments

L-as commented

Currently it seems like it waits for all resources to finish loading before showing the page. This makes it e.g. take ages when accessing wikipedia.org, which really should not take that long to show. Perhaps there could be some configuration option to make it show the page instantly without waiting for the assets to load?

done in config.h , hope it works.

L-as commented

It doesn't work unfortunately. I set #define DONT_WAIT_FOR_SITE_FULLLOAD and https://wikipedia.org still shows nothing until it's fully loaded, which takes a very long time.

honestly I dont know, i remember it was workin before I added this signal . maybe test firefox / other . disable images or so. I cant help You.