How to fix slow LCP?

We’ve been optimizing M2 lately and the biggest challenge seems to be how to improve the LCP times. I wasn’t able to find much online so I thought I would reach out to this great community. If you have any tips on improving these times I would greatly appreciate it! submitted by /u/adnasium [link] [comments]

Magento management

Hello, I want to open an online store and run it my self. Can i pay someone to install magento on aws and then install the plugins i want and such? I was thinking about porto theme. Is this doable? Thank you submitted by /u/PayStudLoanAndHouse [link] [comments]

Things agencies don’t say about PWAs

I recently read an article on Smashing Magazine written by a Magento agency CTO. It tries to pitch the seemingly overwhelming advantages of building one’s store as a PWA. The writing commits a number of sins, from unsourced claims* to taking sources out of context†. But more importantly, the article tiptoes around all the downsides …

Can you recommend any Software tools for Sanitising supplier product data before import into Magento?

Hi, we have a huge range of data quality from our suppliers and we often have to run loads of data cleansing processes to make them suitable for use in our store. Typically we will be correcting spelling mistakes, trimming leading or trailing spaces, getting rid of weird characters, re-mapping supplier values to the best …

Move sub-category, generate URL redirects for all products

My website: https://www.kentwang.com/ I want to move the category /socks to under /misc, so it will be /misc/socks. URLs for all the products will change from /socks/black-silk-socks.html to /misc/socks/black-silk-socks.html. So all links from other sites that were going to /socks/black-silk-socks.html will break. How do I create URL redirects for /socks/black-silk-socks.html to go to /misc/socks/black-silk-socks.html for …