I have a drupal 7 site. I use the Advanced CSS/JS Aggregation module
In the past I asked this question, and tried to improve performance and "Eliminate render-blocking JavaScript and CSS in above-the-fold content" as Google Page speed test suggested.
After I got answers to the question I changed the module configuration, and set the Target Number Of CSS & JS Bundles Per Page to be 4.
For some reason, now, when I am running speedtest, I see that I have "9 blocking script resources and 5 blocking CSS resources" instead of 4 clocking for CSS and 4 blocking for script.
Why is that happening?
How can I fix it, and make the advagg configuration work?