Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Optimizing HTML Forms for the Smallest File Size

“I just added this [HTML4Compatible=false] to the request body, and the form I tested went from 535 KB down to 376 KB. This is going to make a huge difference, and all it took was one line of code.” - quote from a Quik! customer’s lead engineer

Overview

When working with the Quik! API, minimizing the size of HTML files can significantly impact both performance and user experience. Smaller HTML files load faster, consume less bandwidth, and are ideal for environments with limited network capabilities. For many organizations, especially those handling large numbers of financial forms or integrating form workflows into existing applications, optimizing the size of the output HTML can be crucial.

...