Home › Forums › WoodMart support forum › Mobile version slowness issue
Mobile version slowness issue
- This topic has 10 replies, 2 voices, and was last updated 1 day, 5 hours ago by
Luke Nielsen.
-
AuthorPosts
-
April 10, 2025 at 2:27 pm #653086
mustafanclParticipantHello, we use wprocket in our theme, there seems to be no problem on the web side, but we are having a lot of problems on the mobile view side. Too many CSSs are causing us slowness on the mobile side. We would be very happy if you can help.
Attachments:
You must be logged in to view attached files.April 10, 2025 at 4:45 pm #653153
Luke NielsenKeymasterHello,
On my end, the result is 83 – https://prnt.sc/ojsPmd-zz0g1, which is okay for mobile.
Let me know if you have fixed that or if you have more questions.
Kind Regards
April 10, 2025 at 5:55 pm #653183
mustafanclParticipantThe value there is constantly changing. So you can see the 60 you made after 1-2 hours. I could not fix the problems I sent in the picture. Could you please check it by logging in.
It also loads extremely late in the transition between pages. Although we have optimized everything.
I’m sending you the test I just took.Attachments:
You must be logged in to view attached files.April 10, 2025 at 5:57 pm #653188
mustafanclParticipantAlso, no matter what I do, I can’t bring the login screen in the section on the side that opens when I click login, I guess it’s a situation related to css.
Attachments:
You must be logged in to view attached files.April 10, 2025 at 5:57 pm #653190
Luke NielsenKeymasterHello,
May I disable 3rd party plugins for testing?
Looking forward to collaborating with you!
Kind Regards
April 10, 2025 at 6:06 pm #653191
mustafanclParticipantOf course you can test it as you wish. I appreciate your help. I can’t fix the errors in the picture I sent. I need your support on that too.
Attachments:
You must be logged in to view attached files.April 11, 2025 at 12:29 pm #653360
mustafanclParticipantHave you been able to check? Even though we use CDN, the values are still very bad. Really, our customers are having a lot of difficulty on mobile, we have already received 1 negative comment. They commented that it was extremely slow and late loading and hanging.
Thanks in advance for your help.
Attachments:
You must be logged in to view attached files.April 11, 2025 at 2:50 pm #653406
Luke NielsenKeymasterHello,
Sorry for the delay.
Properly size images: define this image https://prnt.sc/Z9MKgzCgk-Dn via an appropriate element “Image”.
Serve static assets with an efficient cache policy: You should cache immutable static assets for a long time, such as a year or longer, so you need to configure your server to return the Cache-Control HTTP response header:
For now, it’s adjusted for 1 on your server – https://prnt.sc/91uMTP5TKYTd.
It should be 1year+ as in the example: https://developer.chrome.com/docs/lighthouse/performance/uses-long-cache-ttl/?utm_source=lighthouse&utm_medium=lr#how_to_cache_static_resources_using_http_caching
Also, here are a few steps as well – https://codefile.io/f/UZ5N2xNLuH , please check
Let me know the result.
Kind Regards
-
This reply was modified 4 days, 6 hours ago by
Luke Nielsen.
April 11, 2025 at 6:46 pm #653487
mustafanclParticipantI tried to do most of what you posted but there are a few places I can’t figure out.
Largest Contentful Paint
Eliminate resources that block rendering
Correctly sized imagesIf these problems are solved, I feel like everything will be fine. I’ve done some of the things you sent, but no matter how much I change the size of the images, I can’t get past those errors.
Thank you for your help.
Attachments:
You must be logged in to view attached files.April 14, 2025 at 12:15 pm #653853
mustafanclParticipantI am waiting for your help. I would appreciate it if you could get back to me soon.
April 14, 2025 at 3:24 pm #653898
Luke NielsenKeymasterHello,
Sorry for the delay.
LCP(Largest Contentful Paint) message doesn’t mean that this particular element is loaded slowly. It just indicates which element is the Larger Contentful Paint. Read more here https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/?utm_source=lighthouse&utm_medium=lr
The Correctly sized images were fixed, you can recheck.
Kind Regards
-
This reply was modified 4 days, 6 hours ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register