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

    (@optimizingmatters)

    the blocking time is because the JS is loaded with lower priority (as it is deferred). having less other resources loaded should help improving blocking time. transmission time is mainly dependant on file size, its 222KB compressed (with brotli), so probably well over 1MB of data. using less (plugins that use a lot of) JavaScript will help there.

    hope this clarifies,
    frank

    Thread Starter paradoxkc

    (@paradoxkc)

    autoptimize_8976c970e86e3e2710c47c442c72debb.js is 821KB
    Will it give result if i compress it?
    And which program do you recommend for compressing of .js?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    it is compressed already, with brotli and while transferred is 222KB.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘slow loading .js’ is closed to new replies.