Do SWT files get cached?
Hi,
I have a requirement to include images and some functionality for a detail view. I want to create a new SWT file and include the images and scripts in the file directly using HTML. My concern is if the SWT files are getting cached, it means I am creating a load on server to download 1 more swt file. I am thinking of option to use the vanilla swt file and add images using Javascript on post load. I want to make sure the application loads faster. Which option would be better?