- πΊπΈUnited States dpagini
Seems like this should be removed to me... and a 6.x branch in pre-release seems like a great opportunity to do so. It could also probably be marked as deprecated in the 5.x branch to warn users ahead of a 6.x upgrade. Just my $0.02.
- π¦πΊAustralia noonoos
After upgrade to Drupal 10 with a bootstrap update had issues. "Uncaught ReferenceError: Drupal is not defined" Removing JSqueeze to other minimiser solved problem.
- Status changed to Active
about 1 year ago 8:15pm 5 November 2023 - π«π·France Dom.
I had multiple issues with JS aggregation after upgrading my website from 9.5 to 10.1.
Changing advagg minification method from JSqueeze to another just solves them all. - π¦πΉAustria agoradesign
@Dom. so you are using advagg with 10.1? I needed to uninstall advagg as a workaround for my 10.1 sites :( see π Document which parts of the module are still relevant after aggregation changes in 10.1.0 Needs review
- π«π·France Dom.
@agoradesign yes I have upgraded to Drupal 10.1, hence use this module 6.x branch.
The issue you are pointing at seems to indicate that this module has became useless with Drupal 10.1, is that right ? - π¦πΉAustria agoradesign
Well, it seems that those changes in 10.1 have fully changed the way CSS and JS is aggregated, so that at least the current state of advagg is useless - i don't know, if there are possible improvements, where a refactored advagg could hook in and help
What I miss most, are some of the sub module features. We were using the defer CSS a lot in newer projects, and I had to drop this unfortunately because I followed the advice to not use advagg in 10.1.x