Closed (fixed)
Project:
Shadowbox
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2009 at 04:56 UTC
Updated:
7 May 2009 at 18:30 UTC
Well, I just disabled Shadowbox on my drupal site after I finally figured out what was causing my 12second - 16second load times. I hadn't even used the module yet, I only had it enabled and it was causing this degradation to my website.
Comments
Comment #1
falieson commenteddisabling shadowbox brought my site loadtimes down from 12-16s to 3-4s I used YSlow (a firefox plugin) to finger shadowbox as the source of my problem.
Comment #2
psynaptic commentedThe Shadowbox module has the ability to switch off JS files by turning off support for specific types of media under the Supported Media options in the settings. You should also use JS aggregation and CSS aggregation so all the CSS and JS files are merged and compressed into a single file (one for CSS and one for JS).
The sizes of the JS and CSS for this and other lightbox type modules are detailed in the Comparison of Lightbox type modules.
Comment #3
psynaptic commented