• Resolved mikdalex

    (@mikdalex)


    Hi, I doing some tests (gtmetrix, speed insight …) and I get the “Defer parsing of JavaScript” warning…
    but the problem is only on external resources (tag manager, gstatic, etc …)
    Is there a way to compress these external resources too?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    “defer parsing” is not about compressing but about deferring/ asyncing. if those 3rd party resources are directly linked in in your HTML you could try asyncing them (see “Extra” tab) or you could try the Async Javascript plugin?

    hope this clarifies,
    frank

    Thread Starter mikdalex

    (@mikdalex)

    ok thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘defer parsing of javascript – external’ is closed to new replies.