Opened 18 years ago
Closed 16 years ago
#1137 closed bug (fixed)
replace Gallery module
Reported by: | wkornewald | Owned by: | haiku-web |
---|---|---|---|
Priority: | normal | Milestone: | Website R2 (Drupal 5) |
Component: | Website/CMS | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
We currently use Gallery2 which was a performance bottleneck when we got hit by Slashdot. We've done quite a few optimizations since then, but still, G2 create more DB load (more connections, more queries) and it transfers files via PHP instead of statically which is about 10 times faster.
Either write a new (or extend an existing) gallery module which does what we need and maybe also has slideshows or use Drupal's default gallery (which doesn't work with the category module, see #1136). In any case, our current image upload module must be supported (I don't know if that needs extra work).
Note, #1132 will be affected by this.
Change History (5)
comment:1 by , 18 years ago
Component: | - General → - Website |
---|---|
Owner: | changed from | to
comment:2 by , 18 years ago
Component: | - Website → - Website/CMS |
---|
comment:3 by , 17 years ago
Owner: | changed from | to
---|
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in the new D5 installation.
Sorry, Axel.