How to Evaluate HTML Printing Function Performance: Difference between revisions

From wizarPOS
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/printer/evaluate-html-print-performance}}")
Tag: Replaced
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Performance description ==
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/printer/evaluate-html-print-performance}}
* It takes 1 second to get the bitmap from HTML for the first time, and 0.5 seconds for each time later.
* In the case of printing 60 lines of tickets, the printing start time is 1 second or 0.5 second later than the text mode, and the printing stop time is 0.5 second or 0.2 second later than the text mode.
* In the case of printing 120 lines of tickets, the printing start time is 1 second or 0.5 second later than the text mode, but the printing stop time is 0.5 second earlier than the text mode.
* We have tested the printing length of 70cm ticket. It is ready to print the image in 1.5 seconds. The total printing time is 13 seconds.
 
== Optimization strategy ==
* Make HTML content as simple as possible.
* The number of tags affects the speed of rendering bitmaps from HTML, so use the necessary (as few as possible) tags in HTML.
 
== Demo of print HTML ==
Please download the [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/advanceSDK/PrinterModelDemo.zip demo]

Latest revision as of 07:42, 7 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/printer/evaluate-html-print-performance

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!