From 93925859e44dce220a85de9bfdf2a73478fb0d59 Mon Sep 17 00:00:00 2001 From: PrakashRajKumar Date: Mon, 16 Mar 2026 11:12:48 +0530 Subject: [PATCH] Documentation(000000) : Move hotfix changes to master branch. --- .../Spreadsheet/Blazor/performance-metrics.md | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 Document-Processing/Excel/Spreadsheet/Blazor/performance-metrics.md diff --git a/Document-Processing/Excel/Spreadsheet/Blazor/performance-metrics.md b/Document-Processing/Excel/Spreadsheet/Blazor/performance-metrics.md new file mode 100644 index 0000000000..68afe90d29 --- /dev/null +++ b/Document-Processing/Excel/Spreadsheet/Blazor/performance-metrics.md @@ -0,0 +1,77 @@ +--- +layout: post +title: Performance Metrics in Blazor Spreadsheet Control | Syncfusion +description: Learn here all about performance metrics in the Blazor Spreadsheet control, including how it manages data, handles rendering speed and more. +platform: document-processing +control: Performance +documentation: ug +--- + +# Performance Metrics in blazor Spreadsheet Control + +Performance metrics show how efficiently the [Syncfusion® blazor Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/blazor-spreadsheet-editor) handles large datasets and core operations such as rendering, styling, number Formats and file import/export. This documentation provides the measured results for these operations to give a clear view of how the control performs under different workloads. + + +## Environment + +The following environment configuration is used for performance evaluation: + +* **Browser**: Edge (latest) +* **Hardware**: Modern multi‑core processor +* **RAM**: 16 GB or higher +* **Spreadsheet Version**: + * [Theme Version](https://www.nuget.org/packages/Syncfusion.Blazor.themes) + * [NuGet Version](https://www.nuget.org/packages/Syncfusion.Blazor.Spreadsheet) +* **Data Source Format**: Mixed data types (numbers, text, number formats) + + + +## Spreadsheet Features + +This section outlines the operations evaluated in the Spreadsheet when working with large datasets. It covers actions such as rendering cells, applying styles, number formats and file import/export to help understand how the control processes common spreadsheet tasks. + +### Server + +| Operation | Dataset Size | Time (sec) | +|-----------------------------|--------------|-------------| +| Initial Rendering | 250k cells | 1.31 sec | +| Applying Styles | 250k cells | 12.0 sec | +| Applying Number Formats | 250k cells | 0.97 sec | + + +### Wasm + +| Operation | Dataset Size | Time (sec) | +|-----------------------------|--------------|-------------| +| Initial Rendering | 250k cells | 6.99 sec | +| Applying Styles | 250k cells | 15.98 sec | +| Applying Number Formats | 250k cells | 9.45 sec | + + +## Import and export performance metrics + +This section focuses on evaluating how the Spreadsheet handles file import and export operations involving large datasets with formatting and validation. It provides insight into how efficiently these operations are processed under varying data conditions. + +### Server + +| Operation | Dataset Size | Time (sec) | +|-----------------------------------------|-----------------------------------|------------| +| Importing | 250k cells without formats | 2.35 sec | +| Importing | 250k cells with formats | 3.12 sec | +| Exporting | 250k cells without formats | 1.07 sec | +| Exporting | 250k cells with formats | 1.26 sec | + +### Wasm + + +| Operation | Dataset Size | Time (sec) | +|-----------------------------------------|-----------------------------------|------------| +| Importing | 250k cells without formats | 38 sec | +| Importing | 250k cells with formats | 50 sec | +| Exporting | 250k cells without formats | 6.25 sec | +| Exporting | 250k cells with formats | 8.14 sec | + +> **Disclaimer:**  Performance metrics and memory benchmarking are based on internal tests under specific conditions. Actual results may vary depending on the environment and usage. +## See Also + +* [Open and Save](https://help.syncfusion.com/document-processing/excel/spreadsheet/blazor/open-and-save)