Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter brianporter

    (@brianporter)

    Hi Nastia,

    Thanks for passing this along. I understand your thought on the JS file size, but actually the browser is going to load the same amount of bytes either way. Its just whether its loading it on initial file load or having to do an HTTP request and then load it. We’re also using the WPMU DEV hosting and it is set to gzip the html doc on delivery, so we’re actually seeing a lot of benefits to writing things inline that reduces total file size transferred. Another thought, we looked at using Hummingbird by WPMU DEV to combine and inline the files, which is its main purpose, but it gets tricky to know the right sequence and what can and can’t be combined given the Forminator is also writing a lot of inline JS as well.

    Let me know if the developers think they will put this on the roadmap or not, otherwise I may need to code a different solution for our use case.

    Thanks
    Brian

Viewing 1 replies (of 1 total)