Looking for Suggestions to Improve Performance & UX for an E-commerce Patch Website #183542
-
BodyHi everyone, I’m particularly interested in best practices around frontend optimization, handling custom product previews efficiently, and keeping the checkout flow fast and reliable. If anyone has experience with similar projects or suggestions on tools, frameworks, or architectural improvements, I’d really appreciate your insights. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
1. Mobile Performance
2. Product Preview Speed
3. Checkout Optimization
4. Dynamic Pricing
5. Other Best Practices
6. Site-Specific Feedback
|
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
great to see you're working on optimizing your custom patches e-commerce site. here are my suggestions frontwnd performanceFor a site with image uploads and dynamic previews, consider:
product Customization and previewsThis is probably your biggest performance challenge:
for small scree consider this
checkout flow
tech stack sugestionsWithout knowing your current setup:
monitoringSet up Core Web Vitals tracking (LCP, FID, CLS) - Google Search Console is free and will tell you exactly where mobile performance suffers. What's your current tech stack? Happy to give more specific suggestions if you share what you're working with! |
Beta Was this translation helpful? Give feedback.
-
|
I would work on simplifying. There is a lot of information, examples, etc. A potential client could be overwhelmed. The customer journey need to be clear-> What this page does? sell patches, you don't need to say more->How much a patch cost? It should show a simple form to calculate a price, a client doesn't want to study an Excel->... Simple questions and more simple answers. And the order now form when you are scrolling is just annoying. |
Beta Was this translation helpful? Give feedback.
-
|
Performance Improvements
Use WebP/AVIF formats
Minify CSS, JS, and HTML
Browser caching for static assets
Reduce unnecessary API calls
Avoid heavy DOM manipulation
Clear categories (e.g., “New”, “Best Sellers”, “Discounts”)
High-quality images with zoom
One-page checkout
Responsive layout for all screen sizes
Smart search with autocomplete |
Beta Was this translation helpful? Give feedback.
great to see you're working on optimizing your custom patches e-commerce site. here are my suggestions
frontwnd performance
For a site with image uploads and dynamic previews, consider:
srcsetproduct Customization and previews
This is probably your biggest performance challenge: