Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
394 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 ...
7
votes
4answers
1k 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 ...
5
votes
2answers
260 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): ...
5
votes
2answers
450 views

What's a better method for triggering a load() event on cached images?

I'm working on a script that waits for content to load in a hidden div before activating a thumbnail that points to it. $('#preload img:first-child') .bind('load',activateThumb) .each(function(){ ...
5
votes
6answers
2k views

IE7 not Caching CSS Image over SSL

I'm using the WebDevHelper toolbar for Internet Explorer to troubleshoot HTTP requests/roundtrips on my SSL site and noticed that IE re-downloads my CSS :hover images every time they are triggered. ...
3
votes
1answer
70 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 ...
2
votes
1answer
560 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, ...
2
votes
4answers
146 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 ...
2
votes
1answer
2k views

Generate image with Drupal imagecache before using imagecache_create_path & getimagesize

I'm using imagecache_create_path() and getimagesize() to get the path of a imagecache-generated image and its dimensions. However, if it's the first time we access the page that image doesn't exist ...
2
votes
4answers
5k views

Cache URL images iphone UITableview

I'm seeking a tutorial on how to cache images loaded from a url into cells of a uitableview. I found an example here http://www.ericd.net/2009/05/iphone-caching-images-in-memory.html#top But the ...
1
vote
2answers
188 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 ...
1
vote
2answers
247 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. ...
1
vote
1answer
445 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 ...
1
vote
2answers
345 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
452 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
vote
2answers
245 views

How to correctly cache images

I just installed Google's Page Speed plugin to Firebug, and everything looks good except for caching. I have set headers to cache my JS and CSS files, but it says the images aren't being cached. How ...
1
vote
2answers
979 views

CSS Image Caching

In terms of client-side image caching, is there a difference between the following: **Option #1** <div style="background:url('myimage.jpg');display:none;"></div> and **Option #2** ...
0
votes
0answers
16 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 ...
0
votes
0answers
21 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
0answers
49 views

ListBox image loading and sustenance issue in Windows Phone 7

I have created a listbox with a template to display images from the Internet and some description and price on the side and i'm using the Uri of the image to load images upon load. Trouble is when ...
0
votes
3answers
48 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 ...
0
votes
0answers
21 views

Generated PNG not caching in Rails using cache-related headers

I have response.headers['Cache-Control'] = 'private; max-age=2592000' # cache image for a month response.header['Pragma'] = 'private'; expires_in 30.days, :public => true in my controller ...
0
votes
1answer
100 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 ...
0
votes
1answer
62 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 ...
0
votes
1answer
109 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
59 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
115 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 ...
0
votes
0answers
262 views

How to prevent laggy scrolling in ListView with ImageView-Items filled with cached images?

I've got a ListActivity in my app, which shows Views including TextViews, for showing artist, title and album information of some mp3-Files (queried by my cursor), and an ImageView, for showing an ...
0
votes
2answers
569 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 ...
0
votes
1answer
50 views

How do I implement a special event in jQuery?

I'm using this plugin to replace jQuery's imgload event with one that will fire regardless of whether the image is cached. The (minimal) documentation says to use it thus: Usage: ...
0
votes
1answer
102 views

Where is NSTemproryDirectory present?

I am doing image caching and I am saving the files to a temporary directory NSTemporaryDirectory. Its seen in log as /var/folders/.... .Where is this thing present. I am currently doing all this in ...
-1
votes
1answer
150 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 ...