Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Poor Performance In Large Images #856

Closed
breezewish opened this issue Mar 3, 2017 · 4 comments
Closed

Poor Performance In Large Images #856

breezewish opened this issue Mar 3, 2017 · 4 comments

Comments

@breezewish
Copy link

  1. newImage.src = image.src is slow in Chrome. Can be optimized by directly passing data url.

  2. $('<img....>') is slow. Can be optimized by direct DOM operations.

@rodrigograca31
Copy link

rodrigograca31 commented May 25, 2017

I also would like to see some performance related changes...
I was even pondering changing to the Alpha release to see if it would make it faster/better... 😄

@rodrigograca31
Copy link

Awesome!
@fengyuanchen any idea when V3 will be released?

@fengyuanchen
Copy link
Owner

@rodrigograca31 v3 is preview release now, but is mostly stable, and will be finally release soon.

@rodrigograca31
Copy link

@fengyuanchen awsome! I will try to keep an eye on it! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants