Skip Navigation

[Resolved] Minification and bundling

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 1 year, 8 months ago.

Assisted by: Waqar.

Author
Posts
#2657947

Hi Support,

Thanks for the helpful product.... I noticed all of your scripts including JavaScript and CSS files are neither bundled nor minified in the admin, according to best practices for improving performance. Right now I get dozens of separate http request for various files, all that could be reduced to a single request if bundled.

Do you have a specific switch or setting that will enable me to turn this on or do you have plans in the future to develop this into your code line?

Thanks

#2658365

Hi,

Thank you for contacting us and I'd be happy to assist.

We have an internal ticket for improving how Toolset resources (CSS and JS files) are loaded, to improve performance. However, with the pause on new features ( ref: https://toolset.com/2022/06/whats-next-for-toolset/ ), it wouldn't be possible to share how long it will take.

For now, you can use any third-party cache and code minification plugin to, consolidate that CSS and JS files and reduce the number of HTTP requests.

regards,
Waqar

#2658509

Ok thanks for the update! Looking forward to seeing the changes in a future version.

Cheers~