Open GeronimoJohn opened 2 days ago
Fails | |
---|---|
:no_entry_sign: | Please request a reviewer for this PR. |
Generated by :no_entry_sign: dangerJS against d394b7ea560917690c2a8f9331798b0f4f17d29a
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
journeys-admin | ✅ Ready | journeys-admin preview | Wed Nov 20 15:59:47 NZDT 2024 |
Description
Issue
Currently, when a journey is loading, we disable the button or show a loading state. While this approach works, there’s an opportunity to optimize the experience by reducing API call times and improving overall page load speed for journeys.
Solution
Implement prefetching for the target page to minimize API call times and reduce page load times, enhancing the user experience.