SMD
SMD
Bit Rate:867 Mb/s Sensitivity:0/0 Is it this?
> Try to open browser dev mode for slow stream. Maybe there are some useful logs. Also how can I see the log, sorry I am not experience with browser
Thank you! I have pressed F12 and the network tab, but I have no idea what I should look for. When I click analyse, it does not have any error...
https://drive.google.com/file/d/1bK1Ko_xSzDx_pGBhEzs53oz6KsmsUF6U/view?usp=sharing Here's the visualisation of the problem, sorry I am not able to screen capture on the low end laptop. Here's the script used: ```jsx import React, { useEffect, useRef,...
> Could it be related to using webgl for the tiles? Try using the canvas tile layer. > > -import TileLayer from 'ol/layer/WebGLTile'; > +import TileLayer from 'ol/layer/Tile'; Hi M393,...
> Looks like your `useEffect()` creates a new map and new markers with every render cycle. You should review and clean up your React code. Maybe add console.logs in your...
@ahocevar Hi ahocevar, that's actually the first thing I tried before consulting here, but unfortunately, the website is blocked on that lower-end laptop due to company policies, so I am...
> Recreate that example locally, the code is below the map. I'm trying to rule out that there are React issues, so the goal is to have a minimal vanilla...
@ahocevar Hi ahocevar, thank you for the insight. Actually I have tried by enabling and disabling hardware acceleration on chrome. The weird thing is that, it didnt make a difference...
Alright, no worries. Thank you for your time. If you dont mind, I will keep the thread open to see if anyone has similar issue, thanks!