Skip to main content

Questions tagged [image-caching]

Image cache reduces client-server requests for images.Image cache is useful for fast retrieval of images. we can store server side images in application using image cache and retrieve any time when we want even if server connected or not.

image-caching
0 votes
0 answers
21 views

next/image conditional cache update - How can I conditionally update a next/image cache value for a set URL?

Same URL + user activity that updates data = update (not turn off) next/image cache values for same URL. When the user uploads a new profile image I want to replace their previous image without having ...
Joshua Walker's user avatar
1 vote
1 answer
78 views

Is it possible to cache uploaded image in browser?

I have an image-editor app, where I'm uploading an image and being redirected to another URL and downloading same image from server. Can I cache somewhere an image to skip the part, where I'm ...
Eugene Mikhushkin's user avatar
0 votes
0 answers
33 views

Caching images from Stream response in Flutter from Firebase

In my flutter application with firebase database, I am using stream response to get data from firebase firestore. Following is code of fetching Stream<List<PostEntity>> readPosts(...
Ahmad Tariq's user avatar
1 vote
1 answer
28 views

Why are there irregularities in the loading speed of my cached images?

In developing my first "real" Flutter project I wanted to create an image carousel which fetches images from Firebase Storage. To accomplish this, I utilized both the carousel_slider ...
Jason Bennett's user avatar
0 votes
1 answer
153 views

Flutter: How to extend the age of the cached image

I am working on an application that involves a lot of image caching, to reduce database costs. I am using Cached_network_image with Flutter_Cache_Manager. My usage : SizedBox( width: 75, height: ...
Uraam Asif's user avatar
0 votes
0 answers
20 views

SDImage - caching error with new public ec2 address

I recently reverted my mobile iOS app to a new public EC2 instance. I changed all records of the old public address to the new address, including the app delegate of course. However, there are still ...
WhySoSerious33's user avatar
1 vote
0 answers
272 views

Caching Static Assets in Github Pages

I am trying to cache static assets like images for my website in github pages - so that they are not requested again and again. I've noticed in some other questions that github pages by default add ...
Probosckie's user avatar
  • 1,742
0 votes
0 answers
67 views

Selenium image download when browser is minimized, headless mode

This is a problem in progress following the previous work to receive images from web pages to avoid interference such as cloudflare. The method to receive images is get response data of image loaded ...
nyx707's user avatar
  • 3
0 votes
1 answer
92 views

CachedNetworkImage() takes much time

I'm trying to create a flutter app. I use swiping cards that have images, but I'm facing a problem that the first swiping card takes much time displaying the CircularProgressIndicator until it ...
Zaid Adarbeh's user avatar
0 votes
0 answers
27 views

How to clear certain images from cache Glide

I am gonna make image cache strategy like: i have 2 url for 1 image, first 34×34 px i use as a thumb and second main 300×300px. I need to cache both, but second type (300×300) i want to clear once a ...
KAMANCHO MORGAN's user avatar
0 votes
1 answer
125 views

How to clear a users image cache when the page loads

I am running a website where images get updated automatically and very frequently. The image src's stay the same but the contents of the src change. For example, I could have an image src of animal....
Wx_Trader's user avatar
0 votes
0 answers
55 views

The first photo preview taken in QML comes in all images taken after

I am trying to write a mobile application in QML. I take a photo and convert it to Base64 and send it to the Database. The problem is that there is no problem in the first photo, but the preview of ...
Volkan Dayanc's user avatar
0 votes
0 answers
128 views

Latest CSS won't load in browser despite cache clear | WordPress

The CSS on an existing WordPress page won't update. I've uploaded and overwrote several files via SFTP. All PHP files were accepted, the CSS file too. However, it doesn't show up. The banner and some ...
Lizzzardking's user avatar
1 vote
1 answer
466 views

How to use CachedNetworkImage with different Cache Managers?

Im caching images in my Flutter App which im fetching from my Firebase Storage. I use the cached_network_image package and the flutter_cache_manager for the caching part. Some images I just want to ...
Yuki's user avatar
  • 275
0 votes
0 answers
60 views

If there a solid approach to cacheing an Image from URL in SwiftUI?

I show a list of images with this LureListView. You will notice I listen for real-time database changes in the .onAppear modifier. The issue is that once I add a new image to Firebase with my ...
josh K 's user avatar

15 30 50 per page
1
2 3 4 5
16