Hi,
We observed a rather complex slowdown of layers/maps visualisation on machines inside our infrastructure. On machines outside it, everything is fine. In the end, we think it is due to a difficult to understand interaction between the way Openlayers asks the tiles and the antivirus installed in practically every machine of the IT services in the Brussels Region.
It seems that OL 5.3.0 is using a TileQueue class that sends all the getMap tiles request at the same time, in comparison to OL 4.6.4, which seems to send all the requests one after the other, and this seems to less throttle the antivirus check...
Is someone encountering the same kind of problem?
Is there a way to give a parameter to OL (maybe in the app.jsx or the localconfig.js) to change that behaviour?
We'll try to fallback on the OL 4.6.4 to avoid this "all at once getmap request", and see if this clear our problem.
Every advice on this topic most welcome :-),
Greg for BruGIS