Replies: 8 comments 3 replies
-
Fair observation. This is purely an issue with how the ships and tooltips are plotted on the maps. in the webviewer (and perhaps the refresh frequency can be reduced somewhat from every 2.5s). The current map is not optimized at all so will work well for typical stations but when the number of vessels grows it gets slow when dragging. It already happens with >250 ships. There are a few optimizations that can be done and I am looking at how to best resolve (including to switching to openlayers from leaflet). One thing that helps for now is to hide the ship labels, you can also reduce the data refresh but that requires a plugin. I was planning in the next version to do some quick fixes and then a proper rework in the coming months. Would be nice if you would be able to test that in your set up. |
Beta Was this translation helpful? Give feedback.
-
I already made some tweaks and added that to the map which make a big difference when the labels are off. It is more or less smooth with ~3000 ships on the map. The trick was to create tooltips only when needed on screen and block some activity if the user is interacting with the screen. Hope this will help you for now. |
Beta Was this translation helpful? Give feedback.
-
That's great Jasper - thanks very much for that. I'd be more than happy to test the new versions. If I clone the current version and build it will it include the changes ? Phil |
Beta Was this translation helpful? Give feedback.
-
Yes, indeed, just a fresh normal build of the usual. This is the version: Hope you will already see an improvement without permanent labels. Let me know. Cheers, Jasper |
Beta Was this translation helpful? Give feedback.
-
ps you can also see it in action here on a larger set: https://aiscatcher.org/all |
Beta Was this translation helpful? Give feedback.
-
Brilliant - I've just downloaded and built the latest version on my fairly modest server and it's working much better with 1,213 vessels currently showing. Thanks for that ! I'll be happy to test any additional changes as I'm adding more feeds all the time. Phil |
Beta Was this translation helpful? Give feedback.
-
Hi Jasper, I tried something similar with receiving data from AIShub on previous versions but it works too slow. |
Beta Was this translation helpful? Give feedback.
-
There is now a fairly complete version of the program based on openlayers, clone with It runs smoothly with >1000 ships but the map has slightly changed, mostly with the labels. Comments or bug reports welcome. I have not included in the main branch yet to test a bit more first. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a site that's running AIS-Catcher version v0.54-26-gab7eadbf which receives messages via UDP that I aggregate from around a dozen receivers. It's currently displaying 1,204 vessels and the interface is very slow to load and dragging the map takes ages.
Is there any way to improve the responsiveness at all e.g. turning off some components of it or is AIS-Catcher not suited to displaying large numbers of vessels ?
I love the interface but as I add more receivers it don't want it to slow down further.
Thanks
Phil
Beta Was this translation helpful? Give feedback.
All reactions