I am currently working on a webapp that need to include a lot of js file like facebook sdk, jquery, jquery mobile, etc.
I wonder is it the case that if you load all css and js files on one single page, e.g. index.php, then all subsequent pages as linked in the index page can also use the js and css files already downloaded.
I would also be grateful on any suggestion in how to manage the caching of js files in general. Thanks!
Yes that is correct, but if the user lands on a different page other than the first, they won’t have access to those files. This also only applies as long as you don’t disable the Ajax navigation at any point/page/link