PAYONE-GmbH / magento-2

PAYONE Payment Extension for Magento 2
28 stars 56 forks source link

Cache curl request for acceptance text from payolution #389

Closed piotrmatras closed 2 years ago

piotrmatras commented 3 years ago

This change avoids curl request(s) on each checkout page. After the first hit, acceptance text is cached for 24 hours. Reduce page loading time 300-600 ms.

adamkarnowka commented 3 years ago

Payone, please merge it 🙏

hreinberger commented 3 years ago

The solution looks robust, but the unit test is failing. We'll have a look at it. thx @piotrmatras!

piotrmatras commented 3 years ago

@hreinberger any updates?