nihilowy / surfer

Simple keyboard based web browser
GNU General Public License v2.0
71 stars 9 forks source link

Can't show page before it's fully loaded #27

Closed L-as closed 3 years ago

L-as commented 3 years ago

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?

nihilowy commented 3 years ago

done in config.h , hope it works.

L-as commented 3 years ago

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.

nihilowy commented 3 years ago

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.