Skip to main content

Resium Optimization Notes

I'm hoping that there will be a way to optimize our resium applications. Specifically, in DWD we're rendering large networks in the browser (as opposed to pre-defining and storing in Ion). This works well enough for now, but has the potential to slow down quite a bit.

Polyline Caching

This link has some interesting information, though no straight answers. Maybe we can use Cesium to generate the first-cut of the 3D network entities, then store them in a local file to read from going forward?

https://community.cesium.com/t/polyline-caching-for-better-performance/14252/4

The final answer in that link:

Real-time Data

At first glance, this post seems relevant to our needs:

https://community.cesium.com/t/best-approach-to-process-lots-of-real-time-data/3545