Skip to content

Commit 131beec

Browse files
Merge pull request #2080 from Syncfusion-Content/hotfix/hotfix-v25.1.35
DOCINFRA-2341_merged_using_automation
2 parents 6cee34d + cc5d031 commit 131beec

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,98 @@ Blink binaries (Version 109.0.5414.75),
853853

854854
</table>
855855

856+
## HTML to PDF Performance Benchmarks:
857+
858+
### Environment Details:
859+
860+
861+
862+
OS Edition : Windows 11 Enterprise
863+
864+
Version : 22H2
865+
866+
Processor : 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz 2.42 GHz
867+
868+
Installed RAM : 20.0 GB (19.7 GB usable)
869+
870+
System type : 64-bit operating system, x64-based processor
871+
872+
873+
874+
### Sample Details:
875+
876+
877+
878+
Application : ASP.NET Core Web App (Model-View-Controller)
879+
880+
Package Name : Syncfusion.HtmlToPdfConverter.Net.Windows
881+
882+
Version : 25.1.35
883+
884+
Sample Link : <a href="https://www.syncfusion.com/downloads/support/directtrac/general/ze/HTMLToPDF_Demo_2-1367619702">https://www.syncfusion.com/downloads/support/directtrac/general/ze/HTMLToPDF_Demo_2-1367619702</a>
885+
886+
Output Files : <a href="https://www.syncfusion.com/downloads/support/directtrac/general/ze/OutputDocuments_1715564825">https://www.syncfusion.com/downloads/support/directtrac/general/ze/OutputDocuments_1715564825</a>
887+
888+
Input Files : <a href="https://www.syncfusion.com/downloads/support/directtrac/general/ze/Input1125518413">https://www.syncfusion.com/downloads/support/directtrac/general/ze/Input1125518413</a>
889+
890+
891+
### Results:
892+
893+
<table border="1">
894+
<th style="font-size:14px" width="100px">Input Page count</th>
895+
<th style="font-size:14px">Conversion time
896+
897+
(Avg value of 5 conversions)
898+
</th>
899+
<th style="font-size:14px">Process Memory and CPU usage
900+
</th>
901+
<tr>
902+
<td>10+ Pages</td>
903+
<td>2.78 seconds</td>
904+
<td>
905+
Memory usage: 318 MB
906+
907+
CPU usage: 10%</td>
908+
</tr>
909+
<tr>
910+
<td>100+ pages</td>
911+
<td>3.65 seconds</td>
912+
<td>Memory usage: 367 MB
913+
914+
CPU usage: 14%</td>
915+
</tr>
916+
<tr>
917+
<td>1000+ pages</td>
918+
<td>6.72 seconds</td>
919+
<td>Memory usage: 813 MB
920+
921+
CPU usage: 27%</td>
922+
</tr>
923+
<tr>
924+
<td>10 documents with 100+ pages in a loop</td>
925+
<td>30.52 seconds</td>
926+
<td>
927+
Memory usage: 663 MB
928+
929+
CPU usage: 15%</td>
930+
</tr>
931+
<tr>
932+
<td>10 documents with 1000+ pages in a loop</td>
933+
<td>1 minute 10 seconds</td>
934+
<td>
935+
Memory usage: 2.2 GB
936+
937+
CPU usage: 64%</td>
938+
</tr>
939+
</table>
940+
941+
Note: The performance benchmark will vary depending on the following factors,
942+
943+
<ol>
944+
<li>External resources loaded in the HTML (Such as Images, Scripts, and Styles)</li>
945+
<li>Network speed for online URL conversions.</li>
946+
<li>Hardware resources (CPU and Memory)</li>
947+
</ol>
856948

857949
## There was an error opening this document. This file is already open or in use by another application.
858950

0 commit comments

Comments
 (0)