This is a quick example to help illustrate what a Rails 7 application does when Turbo Drive is enabled versus when it is disabled.
It is assumed you are using the following version of Ruby and Rails:
$ ruby --version
ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-darwin21]
$ rails --version