DEV Community

Discussion on: Speeding up your app’s navigation with Turbolinks

Collapse
 
klemensek profile image
klemensek

Hi,
this solution is nice, but you need additional fixes for external services, like facebook,analytics, adsense,... Lots of services expect page reload...
Here is source to help you start:
reed.github.io/turbolinks-compatib...

Collapse
 
jkreeftmeijer profile image
Jeff Kreeftmeijer

That's right. Any JavaScript that expects a page reload will have to be updated to trigger on Turbolinks' version of a page reload. That looks like a good resource. :)