Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in firefox when updating the map #304

Closed
Smithangshu opened this issue Jul 21, 2017 · 4 comments
Closed

Problem in firefox when updating the map #304

Smithangshu opened this issue Jul 21, 2017 · 4 comments

Comments

@Smithangshu
Copy link

Hi,

I am facing an issue that is when I am updating very fast as data is coming though websocket and I need to add new plot to the map and remove plots which are older than 5 second in every 1000 ms, its working but become very slow in Firefox but in rest of the browser including IE, Chrome its working nicely. Even it takes long to show tooltip when I move mouse to any area or plot also zooming become very slow.

@neveldo
Copy link
Owner

neveldo commented Jul 24, 2017

Hello,

Could you provide a working example of your project (or maybe just a JSFidlle that highlights the issue ?).

Have you tried to increase the delay of 1000ms if it's possible ?

Is the option 'replaceOptions' set to false when you trigger the 'update' event ?

@Indigo744
Copy link
Collaborator

Firefox is known to have a slower JS engine than Chrome (and IE, sometimes).
Things may get a little bit better with the new Firefox Quantum.

However, I'm sure there are some stuff we could improve on.
Can you be a little more specific on your setup?
How many plots do you have on the map at once? How many do you add/remove per update?

Thanks.

@Indigo744
Copy link
Collaborator

@Smithangshu we would be interested to have more information on your usage

@Indigo744
Copy link
Collaborator

Feel free to reopen this issue if you want to help us improve performance.

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

No branches or pull requests

3 participants