• Hi,
    Please will you consider combining the JS files, as there are at least 4 that can be made into 1.

    The below could be made into 1 single JS instead of 4 http requests added to the page:
    pwaforwp.min.js
    pwaforwp-video.min.js
    pwaforwp-download.min.js
    pwa-register-sw.js

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Akshay A

    (@akshaycode1)

    Hi, We have separated these files to prevent unnecessary and unused JS from loading. They are connected to specific options within the plugin. In your case, you might have enabled all the options that require these JS files.

    Thread Starter chickendipper

    (@chickendipper)

    I understand but it does add a lot of http request which is bad for performance/seo.

    Is there a functions.php code that can be used to disable the js/css so I can manually combine it?

    Thanks

    Plugin Support Akshay A

    (@akshaycode1)

    Hi,

    We understand the need to optimize performance. At the moment, the plugin loads these files as required based on the enabled options. While we don’t have a built-in setting to combine them, you may explore custom implementations based on your specific requirements.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.