You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unsure if that is the right place to ask, but does Turbo.visit API has cache support? I'm building multi-level navigation for my site where accessing sub-menu triggers turbo frame requests. The problem is that navigating the same navigation sections is not immediate as it requests my backend repeatedly. That results in poor UX where user can hardly navigate through menu.
Ideally, I'd love to preload my navigation so users will not have to wait for it once they need it.
The text was updated successfully, but these errors were encountered:
@brunoprietog hm. Something isn't right then. If cache is supported within frames, I'd expect to see immediate response when user clicks the same "expand submenu" over and over again. But instead I see slow request and no content changes within target frame up until response is received. Maybe it is not supported for frames navigation and only does full page cache?
I'm unsure if that is the right place to ask, but does
Turbo.visit
API has cache support? I'm building multi-level navigation for my site where accessing sub-menu triggers turbo frame requests. The problem is that navigating the same navigation sections is not immediate as it requests my backend repeatedly. That results in poor UX where user can hardly navigate through menu.Ideally, I'd love to preload my navigation so users will not have to wait for it once they need it.
The text was updated successfully, but these errors were encountered: