Checklist of Must and Nice to have things before to go in production #2372
bitforcesrl
started this conversation in
Feedback
Replies: 1 comment 1 reply
-
Hello, great idea to share that, thank you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
We are sharing with the community our checklist with missing things needed before to put a big shop on production.
We'd love to receive comments from other developers to being able to udate this checklist and eventually mark all issues as done
This is our demo is still build with Hydrogen v1 but when v2 will be release we'll do the update
Hydrogen / Oxygen
Hydrogen UI
Chache is not working properly in dev:
Sub request cache: It's woring on Oxygen but not in localhost
After a deploy all pages are slow
After a deploy every page you visit for the first time are slow, it doesn't matter if you've enabled cahce or not for the page
Storefront API
API response time is slow
We've received some feedback on this issue from Shopify and the slowness is present from v 2023-01 (at time of writing 20/01/2023). The will update the infrastructure of the API's 2023-01 and newer to be able to run API from the edge.
So we've to wait
Menu API (for megamenu, foter menu etc..)
Filters facets are not translated:
We've opened an issue here
Filters are not translated, this means that all variant options are retrieved in the main language of the store, this is true for metafields too.
Checkout extension app
Checkout extension app is not loading if opened from multipass URL
To go to the checkout we use the hydrogen hook
const {checkoutUrl}: any = useCart();
We've added multipass to implement SSO but opening the checkout with this URL doesn't load our checkout extensions.
If we go to the checkout from the liquid theme the extension is loaded. It's also loaded if we use the shop Pay button (which is not implementing the multipass)
https://recordit.co/FAk2zX6Sfw
https://recordit.co/4IGqN5CcLv
Misc
Product
SEO:
Beta Was this translation helpful? Give feedback.
All reactions