Are in influxdb saved items faster avaiable as without influxdb?

Filing things away in a database doesn’t make anything render faster on UI screen.

So far as I can make out, you are displaying some image (cover art), and change the image once an hour. What problem are you having with this?

Yes that’s right.
But that’s only my first Page on my widget.

I make 2-3 json calls over the complete widget.

When I download for example the pictures (Cover Art) lokal on the sd card and request ist with a Image and “url: path to the Covers”, is this faster as request they every time New? Or is there no Differenz?

Speed depends on where you fetch stuff from.
Fetching images from local server is probably quicker than from some remote website.
But to get a copy in your local server, you will need to know in advance what to fetch.

1 Like

I tested it, i downloaded the images and checked whats faster.

The local Version is Not faster than the Directly parse Methode.