aurovrata / cf7-grid-layout

A WordPress plugin extension for Contact Form 7 to design responsive grid-layout forms.
https://wordpress.org/plugins/cf7-grid-layout/
GNU General Public License v2.0
6 stars 7 forks source link

Improve performance single compressed script & stylesheet #27

Open aurovrata opened 2 years ago

aurovrata commented 2 years ago

Improve performance with a single compressed script file and a single compressed stylesheet file for a given form

Currently a form can have multiple script libraries and stylesheet loaded separately including custom js/css. This causes multiple requests on the server for a single form page load.

The required scripts/stylesheets are already determined when a form is saved in the backend. It would be rather straightforward to compile a single compressed script file and stylesheet combining all the required libraries so as to reduce the server requests to 2 files per form.