Magento Cloud Docker – OOM issues during setup:upgrade (redis)

When running docker-compose run –rm deploy cloud-deploy It makes it through almost entirely, but then during the last stages of setup:upgrade, specifically the “Processing configurations data from configuration file…” step, I see a fatal error: mmap() failed: [12] Cannot allocate memoryFatal error: Out of memory (allocated 235208704) (tried to allocate 6451432 bytes) in /app/vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php on …

So we finally tested Hyvä…

… and increased Lighthouse mobile performance from 10 to 97 when we recreated a Magento 2 store using Hyvä Themes. 3×100 on desktop. Looks like the hype is real. https://magently.com/blog/hyva-testing-the-brand-new-magento-frontend/ submitted by /u/Mag_me [link] [comments]

Magento 2 Theme Suggestions For Baseball / Softball Retailer

We are a medium-sized team sports retailer (mostly baseball / softball) and we are contemplating a theme change for our Magento 2 sites. We have 5 of them. MGS Tex is our current theme Elasticsearch / Elasticsuite is configured and in use. The catalog is large. Think 150K items+. Many items are configurable (think shoes …

Magento resources

I am new to Magento so I apologise if what I’m about to ask doesn’t make any sense. I was wondering how resources intensive Magento 2 websites would be with the following parameters: E-commerces sites with elastic search: 5000k monthly users 10,000k monthly users 100,000k monthly users How resource intensive would these 3 sites be …

Best practice extending less styles?

I’m just wondering, what’s the best practice when working with less files. For example: I’m creating a child theme from blank. Now I need to change icon font size of .minicart-wrapper. .minicart-wrapper { .lib-dropdown( @_icon-font-size: 22px ); } I could either do it in Magento_Checkout/web/css/source/module/_minicart_extend.less (and register this file in (Magento_Checkout/web/css/source/module/_extend.less) or I could do …

Magento 2.4 requirejs dependency load order question

Magento v2.4.0 I have two js files. Let’s call them fileA and fileB. I need fileA to load before fileB in order to trigger a call. fileA: define([ ‘jquery’, ‘underscore’, ‘ko’, ‘uiComponent’ ], function ($, _, ko, Component) { return Component.extend({ initialize: function() { $(document).on(‘customEvent’, function () { // do stuff } }, // knockout …

We have developed Eye lens prescription Magento 2 extension

Here, we are launch with some best features, Take a look, Features: A smart solution for online lens products selling eCommerce store Auto populate prescription options (e.g. Diameter, Power) for lens products User can enter prescription manually or upload prescription file Allow users to save multiple prescriptions for repeat purchase Tooltip display for prescription specifications …