mollie / Magento

Mollie Payments for Magento 1.x
https://www.mollie.com/
BSD 2-Clause "Simplified" License
39 stars 30 forks source link

mollie.js without gzip #198

Closed c-gross closed 3 years ago

c-gross commented 3 years ago

Hi,

I saw that the external mollie.js (https://js.mollie.com/v1/mollie.js) is not provided with gzip compression. Google speedtest is complaining about it.

It would be nice if you could add gzip to your webserver configuration.

Frank-Magmodules commented 3 years ago

HI @c-gross ,

Thank you for opening this issue, which version of the Mollie plugin are you using? This is added as an improvement in the 5.6.2 release from December 2020.

c-gross commented 3 years ago

Hi, thanks for the quick replay. We are using the version 5.6.1.

Just wondering why the 5.6.2 js file should be delivered with gzip from the Mollie webserver and the 5.6.1 is not. Thats usually a webserver/htaccess configuration and not a code change.

I'll update to the lasted version next week.

Frank-Magmodules commented 3 years ago

HI @c-gross, since 5.6.2 this .js is limited to the checkout and does not have an impact on your lighthouse score for the rest of the pages.

c-gross commented 3 years ago

I updated to version 5.6.3 which is fixing that google complain. I'll close the issue.

But I would say it's still a good thing to enable gzip on the mollie webserver anyway if possible.