fancyapps / fancybox

jQuery lightbox script for displaying images, videos and more. Touch enabled, responsive and fully customizable.
http://fancyapps.com/
7.27k stars 1.78k forks source link

Significant slowdown in 2.1.x vs 2.0.6 #736

Closed dunric closed 11 years ago

dunric commented 11 years ago

It's me or does anybody else experience extreme slowdowns in Fancybox branch 2.1 ? The difference is more obvious when some debugger is attached to the page rendering (like django toolbar or rack-insight for rails), mostly at image transitions when browsing fancybox's image gallery.

I've tried several versions of jQuery but it does not matter. When I downgrade fancybox to 2.0.6, even with debuggers active rendering speed is unaffected.

I'm speaking about magnitude order of slowdowns causing mostly development process and testing very annoying. Tested with Firefox 24 and Chrome 30.x.

dunric commented 11 years ago

Does not know what was the issue but after an update from official 2.1.5 release to current git master branch, slowdowns are finally gone.