About optimization

About optimization (CSS & JS dependencies)

Without Amilma Forms, your page loads the plugin dependencies (CSS and JavaScript files) one by one.
For instance, if your form uses five plugins, you will need to call at least ten files (5 CSS + 5 JavaScript),
which considerably increases the loading time.

Amilma Forms groups and compresses all the CSS and JavaScript dependencies into a single CSS | JavaScript file.

Your page will, therefore, only call two dependency files. Efficiency is maximum, no matter how many plugins you use.

JavaScript dependencies can also be loaded with the excellent loadjs library.

Detailed explanations are available here: Optimization (CSS & JS dependencies)