coleifer / sqlite-web

Web-based SQLite database browser written in Python
MIT License
3.42k stars 339 forks source link

Response time when docker is disconnected from internet #158

Closed eturfboer closed 5 months ago

eturfboer commented 5 months ago

I am using sqlite web on docker through the image on DockerHub.

I had some planned and unplanned internet outages recently. I noticed that, when the internet is out, the website starts responding very slowly on requests. It is like something is going out to the internet and needs to timeout before showing the requested webpage.

Anything I use is internal network and runs fine. When internet is back up, system is smooth.

coleifer commented 5 months ago

It's very likely the google fonts request embedded in the CSS. I've gone ahead and removed that.