galleryimage plugin - performance?

Found a bug? Tell us!!
Post Reply
bpkri
Regular
Posts: 41
Joined: Tue Aug 09, 2005 2:31 pm

galleryimage plugin - performance?

Post by bpkri »

Well, maybe not really a bug, but something to consider:

The galleryevent plugin at the moment is causing http calls for every picture against the gallery.
Each time you try to load a picture in the browser be it via viewing the blog or one of the feeds.

Maybe it would be possible to cache the image-versions used (thumbnail, sized and fullsize) and use those instead of making http requests all the time?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: galleryimage plugin - performance?

Post by garvinhicking »

The problem of caching those, is that it easily leads to duplicated image files all over your host and might become quite large. People might not suspect that and wonder why they might run out of disk space on shared providers where you only have 100MB or so available...?!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
bpkri
Regular
Posts: 41
Joined: Tue Aug 09, 2005 2:31 pm

Post by bpkri »

That indeed is a problem, as it truly would duplicate the images and thus use more space.
Post Reply