When my app first loads up I download a users images from S3 to my application server. This is due to KoolReport not being able to display directly from S3. This data transfer is done on the AWS backbone in parallel so it is usually pretty fast. I also display a custom made KoolReport dashboard. I have been noticing that sometimes I get a regular old html screen for a second, before the actual KoolReport View appears. It is not terrible, but somewhat unprofessional. Is there anyway to make sure that the View paints the screen before the rest of the "setup stuff" happens?