The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
8 views

trying to change cache headers on reverse_proxy

I'm trying to change the cache-control & Expires headers coming through an apache reverse_proxy. I can't change the origin server configs or code ATM. ExpiresActive On Header unset Etag ...
0
votes
1answer
35 views

SDWebImage and setting custom HTTP headers?

I´ve just changed my code for caching images away from EGOImageCache to SDWebView. Unfortunately i don´t know how to set custom HTTP headers as i have to send authentification to be able to fetch ...
0
votes
2answers
89 views

Caching images returned from a web api service

No matter what I do I can't get images returned from a web api too cache, I am seeing a request to the server every time I request the image. I have tried many permiations for the header setting, ...
0
votes
0answers
75 views

Save Images in Cache After XML parsing and show them at Offline Mode

I have one application where i have to parse the XML file and get some URL of image from this and using this URL show the images in list view. Actually i want to cache this images if once it is ...
3
votes
1answer
91 views

How do I force Drupal ImageCache create image styles on upload, not on first image request?

I am using ImageCache to generate several image styles for certain uploaded pictures. However, the site is going to be pretty high-load, so it might be more resource-efficient, if those sizes were ...
1
vote
1answer
81 views

IE8 jQ set CSS properties (width or margin) are getting ignored

Today I've encountered an interesting situation with IE8 while I was trying to manipulate images. I'm replacing loaded images by changing their url and when they get loaded I'm trying to properly ...
0
votes
2answers
32 views

Why isn't my image un-caching? [closed]

I need an image to constantly be updated when the page is reloaded so I decided to put a number at the end of the path but for some reason my code keeps breaking the page: <?php $t = getDate(); ...
1
vote
1answer
99 views

How to convince browser to load images from cache rather than get from server

i am using Quake Slider in part of my website.this plugin is creating div(s) from images for making transition.the problem is when div(s) get created , background-image property of them changing ...
0
votes
1answer
230 views

ImageLoader - Don't download image if it's already being cached

I don't want to download images if they are already cached. I am using ImageLoader library by NOSTRA. Please tell me if there is any way to do that. Following is the code:- DisplayImageOptions ...
0
votes
1answer
99 views

How to enable image caching?

How do I enable image caching for my jsp page ? The jsp page gets refreshed at an interval of 1 second. So I want to cache the image, so as not annoy the user ! There are 2 images, with weighing 4 KB ...
0
votes
3answers
115 views

Image generated with PHP caching

I have a script that is generating an image with PHP on a server, in the form of image.png. I'm then using this image in different places using <img src="http://domain.com/images/image.png" />. ...
0
votes
3answers
301 views

AsyncImageView not caching the image

Um using AsyncImageView class here. In the documentation they are saying that "By default, all loaded images are cached". You can see it at the last paragraph in the documentation. But the problem is ...
0
votes
2answers
101 views

load data into an array using for loop android

I am trying to populate an array of image urls from Post class but the activity returns a blanked page. am i doing it right. sorry am learning android don't know much. ArrayList PostDetails = new ...
0
votes
1answer
324 views

android : progress indicator for image loading

I am using the below algorithm for downloading and caching images. It is working good. Initial loading of an image takes time as expected. I want show a progress indication to show this. I want the ...
0
votes
0answers
267 views

Magento Image Cache URL - Wrong Cache Key

For some reason my Magento is trying to return the cache key 040ec09b1e35df139433887a97daa66f on the frontend yet it should be looking for 9df78eab33525d08d6e5fb8d27136e95. I don't know what is ...
0
votes
3answers
164 views

Options for Image Caching

I am running a website on google app engine written in python with jinja2. I have gotten memcached to work for most of my content from the database and I am fuzzy on how I can increase the efficiency ...
1
vote
1answer
265 views

Permanent Image Caching in iOS

I'm developing an application where I need to download and store images permanently until I manually delete them (in-memory + disk). This is needed because app needs to be able to work offline. I know ...
2
votes
2answers
109 views

Asynchronous image listing and caching in android

I'm new to android and need help with best examples which shows asynchronous image listing(set of images ). And interested to know the concept of image caching . How can we use low memory for image ...
0
votes
0answers
92 views

NSImageView web image cache management library?

There's a great library to load UIImages from the web with a cache management, pleaceholders etc. It's called SDWebImage (Github: http://bit.ly/PG88Pe). I love it. But is there something like this ...
0
votes
0answers
176 views

I am using SDWebImage in my app.The app crashes with EXC_BAD_ACESS

Console Says This using Zombie: [UIImage _isTiledWhenStretchedToSize:]: message sent to deallocated instance 0xf467b70 A message in Threads says this: error: address doesn't contain a section that ...
1
vote
1answer
153 views

Image Caching Way for Efficient Memory in iPhone

I want to caching image for 91 images. And All images are about 50mb. I see that a lot of memory is used up. My code is here. What is the best way for efficient memory? lG2Image[0] = [[UIImage ...
0
votes
1answer
493 views

How to cache images when using imageWithData to make a UIImage

I'm downloading and saving some images from the web into my app's private storage to be displayed in tableview cells. I have it working, but unfortunately unless I'm using : [UIImage imageNamed: ...
0
votes
0answers
94 views

How to set SqlDependency to ChildActions in MVC 3

I have searched a while and all topics relate to finding workarounds for "VaryByParam" and not SqlDependency. I have a summary Page where I display few Charts. I use the method outlined in this blog ...
0
votes
1answer
134 views

Image handling rails + iOS Core Data

I am developing an iOS app that will have a number of images. These images are associated with Show object and Band objects. I am fairly new to iOS development On the server, the Shows and Bands are ...
1
vote
1answer
677 views

Node/Express serving image if exist; Caching issue

been using SO for a while but it's my first question here, as I couldn't find a solution for this particular problem. I'll try to be as explicit as possible, is anything is unclear just let me know so ...
0
votes
1answer
76 views

drupals imagecache module only works with 'default' site?

i have multisite setup where imagecache module resides under sites/all. My goal is for every site to have its own imagecache folder filled with requests, belonging to that site; e.g. referencing them ...
0
votes
1answer
941 views

Automatically capture image when face is detected through Webcam

I'm doing a research project on Image processing. The project is to Evaluate users with a Automated test paper that generated earlier. Since this is Online process in paper evaluation process i need ...
0
votes
1answer
314 views

How to display cache images into html div object

I'm searching for the way to display any image preloaded in a Javascript Image array in a chosen html object, because I couldn't find the way to do it so far: So, could you please help me write my ...
-1
votes
1answer
415 views

DiskCache plugin imageresizer in MVC3

For my MVC project (Image Server Application), I cannot do caching using imageresizer. I can access my images like this and the image source could be either FileSystem/Database (Dependency injeciton) ...
5
votes
1answer
215 views

Caching images with HJCacheClasses error

I am using HJCache lib to cache images in my iPhone app. I am receiving the following error, but not to all the images, just the first one (not) appearing. HJMOFileCache failed to move loading file ...
4
votes
1answer
483 views

iphone — schedule a low-priority task on the main thread

I have a drawRect method that is rather slow (100-200ms). To save time, I need to cache the results. I am doing the actual caching like this: // some code to check if caching would be desirable ...
0
votes
0answers
81 views

Image server caching

The Problem I have a web application where lots of Image being used. I have created a different website ImageBank. In application pool I have used .net framework version: No managed cod Managed Pipe ...
0
votes
3answers
616 views

Drupal Imagecache: some images show up others don't

I have a page where I use imagecache to display uploaded images. These images have two imagecache presets, one for thumbnail and the other for large image. Upon visiting the page, I'm able to see all ...
1
vote
1answer
2k views

Using image.complete to find if image is cached on chrome?

I have been trying to find out if an external image is cached on the browser with js, this is the code I have so far: <html> <head></head> <body> <script ...
1
vote
1answer
493 views

what is the default caching behavior of NINetworkImageView in Nimbus for iOS

I was looking at the NINetworkImageView in the Nimbus project and was curious about that the default caching settings are. Once I call setPathToNetworkImage and loads an image, does that go in the ...
1
vote
2answers
873 views

Rails 3: How to prevent image caching when the image is specified in the CSS file?

Consider the following CSS: .my_class { background-image: url(/images/sprites.png); } Sometimes I change sprites.png by adding new sprites to it, so I don't want the browser to cache it. One ...
0
votes
1answer
120 views

Image on pressing F5/Ctrl+F5

I'm making a website using PHP. I have an image handler which handles the images and cache them. My problem is when I press F5 many times the images sometimes does not show or not cache. Can anyone ...
8
votes
5answers
2k views

Android Image caching - how?

I think it is asked and asked before, but still, there are things I can't quite understand. I have tried two different approaches: Keep all the images in memory, when certain limit is started to ...
2
votes
2answers
4k views

How to clear the image cache in a Silverlight desktop application

I'm running a Silverlight out-of-browser desktop application that downloads a bunch of images from an HTTP server. It seems as though Silverlight has a local image cache that it uses for the images, ...
0
votes
1answer
285 views

Image caching in iOS

If I do rowBackground = [[UIImageView alloc]initWithImage:[UIImage imageNamed:@"bottomCell2.png"] the image is cached for the entire life cycle of the app or reloaded and recached everytime I ...
0
votes
1answer
191 views

How can we Dyanamic Images Produced from Database using Zend Framework

Problem: I could not find a proper/working info googling about caching dyanamic images, as per my requirement. I am using Zend Framework and url of the images looks like ...
0
votes
1answer
183 views

How to maintain an image cache in Pressflow with a load balancer?

I am planning to make a load-balancer for my website. It is Pressflow 6.20. How can I maintain an image cache in the two servers? I need something other than NFS, since NFS will cause overload and ...
10
votes
5answers
4k views

Where to cache remote image files in iOS?

I am planning to cache the images from a server and use show it as a sort slide show in my App. I would be asynchronously loading the images. I have two options: Either to cache the images as a ...
1
vote
2answers
328 views

How to redirect or mod_rewrite an Expired image in a directory using .htaccess

I have a redirect setup that looks for an image in a directory and if it does not exist, it will redirect to a php file that resizes an image and saves it to that directory. I got it to work great. ...
2
votes
4answers
200 views

Migrated Web Forms Application .NET 2.0 -> 3.5, new infrastructure - Images Not Caching in IE 6

I have been migrating a .NET 2.0 web forms application to use .NET 3.5 and a new infrastructure. There is a GridView inside an UpdatePanel, with an Actions column which contains icons to perform an ...
1
vote
1answer
647 views

TTImageView shows black image (OR: replacement for TTImageView)

I'm using Three20's TTImageView for it's async image loading + caching. I've noticed this issue a bunch of times where an image will show up as completely black, and never finish loading. Here's an ...
5
votes
2answers
701 views

Images getting cached and eating up my Heap Space

This question is a result of the answers provided to me for my previous question. I was asked to use Eclipse MAT to investigate what is eating up my heap. Below are my observations (Top Consumers): ...
0
votes
2answers
2k views

where does drupal save images when you use cck and imagecache?

I am thinking in moving all JS and images from webserver to another server to mitigate the load on my webserver. then i will use parallel module to get this stuff from the other server. now, currently ...
1
vote
2answers
609 views

Image caching in asp.net application without IIS

I have an application written in asp.net c# and hosted on IIS6. There are an 'Image' folder with 3-subfolders. These folders contained images of type 'jpg','gif','png' etc. Images are very huge in ...
1
vote
1answer
660 views

Create image cache for BlackBerry

My images should be cached so that they are not downloaded more than once. They should only be updated if an image name is not currently stored locally. How should an app cache images and use them ...

1 2