Poor performance on mobile only #4951
Replies: 3 comments 7 replies
-
Copilot's opinion:Mobile performance is a critical issue: In modern web development, mobile optimization is essential, especially for e-commerce platforms like Magento, where a large portion of traffic typically comes from mobile devices. Lighthouse metrics are a good starting point: The screenshots provided help pinpoint specific areas of concern (e.g., slow loading, layout shifts, resource-heavy scripts) that are common culprits for poor mobile performance. Possible causes:
Suggestions for improvement:
Summary:Addressing mobile performance requires a combination of frontend optimization, auditing third-party dependencies, and possibly reviewing server-side configuration. Sharing more details (e.g., theme, extensions, test URLs) could help others provide more targeted advice. |
Beta Was this translation helpful? Give feedback.
-
|
if you can share a link it would be much more helpfull. Based on screenshot I would say problem is large image load. For images look at their sizes and resize and also add loading="lazy" tag to iamges below the fold. |
Beta Was this translation helpful? Give feedback.
-
|
There are a lot of old modules which still work. Copilot can help to update them. You can merge your CSS and JS files, minify it is not available by default in the Magento 1/OpenMage. Why do you still want to minify the files when you are using HTTP/2? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using Lighthouse to test on Desktop the website performs great (around 99 or 100% score). Testing on mobile the score is around 62% and this is the result:
Here are some other metrics:
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions