i m using jch optimize and have the "combine js files"-function activated. it all works fine, only around 13 bootstrap files are loaded directly and not included in the js-file.
do we need all bootstrap files? is there a way to exclude some files?
jch support wrote:
JCH Optimize doesn't combine JavaScript modules. These cannot be combined. Scripts with the type="module" attributes are modules.
Scripts with the "nomodule" attributes are also ignored. These scripts target older browsers and are not used by modern browsers—no point in optimizing these files. Also, you cannot combine these files with other files that modern browsers will use.
JavaScript files that are deferred or loaded asynchronously are also ignored, as these files are considered already optimized. Combining these files into a file that may not be deferred will only lower optimization.
looking forward for your feedback,
best
bart
btw: i m using joomla 4 with chelsea template