Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

1. When we are hosting the Blazor server side application with multiple layers in the IIS. the performance is slightly slow. We need to improve the performance.

2. When the online maps such as OpenStreetMap 
or Azure Maps is rendered through actions such as panning, zooming, or resizing, the rendering performance of the Maps is slow when the marker count in high in the Blazor WASM application. We ened to improve the performance in this scenario. The scenario can be reproduced in the below sample.


3. We have implemented our Blazor Maps with a maximum threshold of 2000 markers, and most global users demo their application within this limit. This feature request requires to extend the threshold to 6000 markers. We need to consider clustering performance in zooming, panning and resizing too.


In this feature, we will ensure to consider the following improvements.

  • Events to show spinner when the Maps takes time to render the clusters, dynamic update of data source in the Maps.
  • Render clusters with no timeout errors.
  • Improvement in zooming with clusters.