-
QuestionHey there, Have you experienced a problem like that? How did you approach it? Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In which control are the images? |
Beta Was this translation helpful? Give feedback.
That would not solve the problem it's not about performance problems during viewing but about network traffic.
Indeed the problem was the base64 str and the way we provided them directly from elastic search.
To make use of the browsercache we put a fileshare on our server with real images that can be accessed via url. Configured cache control on our webserver. Simultaniously launch all threads to load the images and thats it. After the page has loaded once, it will always load instant even with thousands of pictures.
So in the end it wasn't a flet issue, more of a infrastructure topic. Nevertheless I appreciate your fast response. Thank you.