-
Notifications
You must be signed in to change notification settings - Fork 13
documentation(EJ2-1009766): Need to include the Performance Metrics section in Spreadsheet UG documentation. #2244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
DinakarManickam4212
wants to merge
12
commits into
hotfix/hotfix-v32.2.3
Choose a base branch
from
EJ2-1009766-es6-hotfix
base: hotfix/hotfix-v32.2.3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
769d9dc
1009766: Need to include the Performance Metrics section in Spreadshe…
DinakarSF4212 b66b1fd
1009766: Resolved CI failures.
DinakarSF4212 07b7ed5
Merge branch 'hotfix/hotfix-v32.2.3' into EJ2-1009766-es6-hotfix
DinakarManickam4212 a05c828
1009766: Need to include the Performance Metrics section in Spreadshe…
DinakarSF4212 d742c69
Merge branch 'EJ2-1009766-es6-hotfix' of https://github.com/syncfusio…
DinakarSF4212 94d957b
1009766: Need to include the Performance Metrics section in Spreadshe…
DinakarSF4212 4e8db2b
1009766: Need to include the Performance Metrics section in Spreadshe…
DinakarSF4212 35f7ea4
Merge branch 'hotfix/hotfix-v32.2.3' into EJ2-1009766-es6-hotfix
DinakarManickam4212 14ed928
1009766: Need to include the Performance Metrics section in Spreadshe…
DinakarSF4212 99aea02
1009766: Addressed Review Comments.
DinakarSF4212 eedb86f
1009766: Updated the export timing
babu-periyasamy d9ef9af
Merge branch 'hotfix/hotfix-v32.2.3' into EJ2-1009766-es6-hotfix
babu-periyasamy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
Document-Processing/Excel/Spreadsheet/Javascript-ES6/performance-metrics.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| --- | ||
| layout: post | ||
| title: Performance Metrics in EJ2 TypeScript Spreadsheet Control | Syncfusion | ||
| description: Learn about performance metrics for the EJ2 TypeScript Spreadsheet control, measured results, and environment details. | ||
| platform: document-processing | ||
| control: Performance | ||
| documentation: ug | ||
| --- | ||
|
|
||
| # Performance Metrics in EJ2 TypeScript Spreadsheet Control | ||
|
|
||
| The [Syncfusion® Spreadsheet component](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) provides a powerful, Excel‑like experience for web applications, allowing users to create, edit, view, and manage spreadsheets with ease. It supports large datasets, formulas, and interactive features such as styling, validation, sorting, filtering, and file import/export while maintaining a smooth and responsive user experience. | ||
|
|
||
| This document presents measured performance results for the Spreadsheet when working with large datasets and common operations such as rendering, styling, validation, and file import/export. | ||
|
|
||
| ## Environment | ||
|
|
||
| The following configuration was used for the performance evaluations: | ||
|
|
||
| * **Browser**: Microsoft Edge (latest stable) | ||
| * **Hardware**: 12th Gen Intel(R) Core(TM) i5-1235U | ||
| * **RAM**: 16 GB or higher | ||
| * **Spreadsheet Version**: | ||
| * [NPM Version](https://www.npmjs.com/package/@syncfusion/ej2-spreadsheet/v/32.2.5) | ||
| * [NuGet Version](https://www.nuget.org/packages/Syncfusion.EJ2.Spreadsheet.AspNet.Core/32.2.5) | ||
|
|
||
| ## Evaluated Features | ||
|
|
||
| The following operations were measured to evaluate the Spreadsheet's performance with large datasets: rendering, applying styles, number formatting, and data validation. | ||
|
|
||
| | Dataset Size | Initial Rendering | Styles | Number Format | Data Validation | | ||
| |--------------|-------------------|------------|-------------------|---------------------| | ||
| | 100k cells | 0.21s | 0.72s | 0.86s | 0.82s | | ||
| | 250k cells | 0.23s | 1.51s | 1.81s | 2.11s | | ||
| | 500k cells | 0.28s | 3.00s | 3.69s | 3.95s | | ||
|
|
||
| ## Import and Export Performance | ||
|
|
||
| The following table summarizes the import and export times for datasets that include various features such as formatting, validation, sorting, and filtering. | ||
|
|
||
| | Dataset Description | Import | Export | | ||
| |---------------------------------------------|------------|------------| | ||
| | 100k cells with formats | 3.85s | 4.38s | | ||
| | 250k cells with formats | 3.96s | 6.61s | | ||
| | 100k cells with validation | 2.06s | 2.25s | | ||
| | 250k cells with validation | 3.77s | 18.04s | | ||
| | 500k cells with validation | 4.16s | 24.05s | | ||
DinakarManickam4212 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| | 100k cells with sorting and filtering | 3.68s | 2.31s | | ||
| | 250k cells with sorting and filtering | 5.73s | 5.60s | | ||
| | 500k cells with sorting and filtering | 8.59s | 13.29s | | ||
|
|
||
| You can download the Excel files used for these measurements [here](https://drive.google.com/file/d/1VJN3g7SUnnzdpxtRPCL575QdB1MjeKj5/view?usp=sharing). | ||
|
|
||
| ## See Also | ||
|
|
||
| * [Open and Save](https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es6/open-save) | ||
| * [Performance Best Practices](https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es6/performance-best-practices) | ||
| * [Docker Deployment](https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es6/docker-deployment) | ||
| * [Scrolling](https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es6/scrolling) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.