Hi,

I have followed all the following steps, and I have started to get all Jquery errors, along with all the external scripts that were added on.

Go to `admin/config/development/performance/advagg`
- uncheck "Use cores grouping logic"
- check "Combine CSS files by using media queries"

Install AdvAgg Modifier if not enabled and go to
`admin/config/development/performance/advagg/mod`
- Under "Move JS to the footer" Select "All"
- set "Enable preprocess on all JS/CSS"
- set "Move JavaScript added by drupal_add_html_head() into drupal_add_js()"
- set "Move CSS added by drupal_add_html_head() into drupal_add_css()"
- Enable every checkbox under "Optimize JavaScript/CSS Ordering"

Install AdvAgg Compress Javascript if not enabled and go to
`admin/config/development/performance/advagg/js-compress`
- Select JSMin if available; otherwise select JSMin+

Comments

vishy_singhal created an issue. See original summary.

yoruvo’s picture

Status: Needs review » Active

I am facing the same issue, following the steps from the Critical Inline CSS/AdvAgg tutorial by fourkitchens:

https://fourword.fourkitchens.com/article/use-grunt-and-advagg-inline-cr...

EDIT:

Nevermind, I managed to resolve this by removing custom changes to $scripts and custom css_ and js_alters in the theme. Facing a different issue now (missing CSS), but that's irrelevant to this ticket.

mikeytown2’s picture

Status: Active » Postponed (maintainer needs more info)

I'm going to need more info as to how to reproduce this as your settings are pretty similar to the setup that drupal.org uses without any issues.

Backoff all the modifer settings and turn each one on, one at a time till the issue shows up. Also noted that certain themes can really mess this up

mikeytown2’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Can not reproduce this issue. Closing it.