Quick navigation to confluence page

Hi Team,

I’m trying to use Connect Javascript API to navigate between pages in the same space, like this:

AP.navigator.go('contentedit', {contentId: "123456"})

But its reload the whole page (like I’m pressing “Reload this page” in browser), not like when I’m pressing on in pages tree. Can I realize this “quick” page reloading?

I think the “quick” loading depends on browser caching. When I navigate in my own Confluence space, the first load of every page is slow, and then subsequent loads are quicker. I don’t think there’s an API related to go() that lets you control that. If you set up code that lets you go back and forth between pages with go() do you see faster loading after the first load, or does it fully reload every time?

1 Like

Hi, thank you for reply!

If you set up code that lets you go back and forth between pages with go() do you see faster loading after the first load, or does it fully reload every time?

Page fully reloads every time.

I don’t think there’s a way to do this with our current API.