Automattic / jetpack

Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
https://jetpack.com/
Other
1.58k stars 797 forks source link

Carousel: shutter speed format algorithm is inefficient. #2341

Closed zinigor closed 8 years ago

zinigor commented 9 years ago

The algorithm used to format a photo's shutter speed to display it as a fraction rather than a real number is inefficient. For a fraction of 1/4000 it takes more than 4000 iterations: https://github.com/Automattic/jetpack/blob/master/modules/carousel/jetpack-carousel.js#L999

While it runs fast enough not to cause page freezes, there is still room for improvement.

jeherve commented 9 years ago

Related: #692 and #1087