Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance single compressed script & stylesheet #27

Open
aurovrata opened this issue Nov 9, 2021 · 0 comments
Open

Improve performance single compressed script & stylesheet #27

aurovrata opened this issue Nov 9, 2021 · 0 comments

Comments

@aurovrata
Copy link
Owner

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.

@aurovrata aurovrata added this to the v5.0 milestone Nov 9, 2021
@aurovrata aurovrata changed the title Improve performance sigle compressed script & stylesheet Improve performance single compressed script & stylesheet Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant