I work with a sandboxed solution which is deployed in a .wsp file. The solution mostly contains our webparts. The pages that contains these webparts, are slow at startup, but it seems that there is some caching, because the next time the page is opened, it goes faster.
Our webparts contains js and css, so I thought it would be a good idea to seperate all the styling and js into seperate files and include these files.
As I have searched for information about this issue, I have understood that using customAction is the best way to include/refernce the css and js files. But my question is, will this make the loading of the pages faster?