I have an XBAP application which is approximately 1.3MB in size. I have tried to get the size of the application down to as small as possible but have dependencies on the WPF Toolkit amongst other things and am limited there.
Currently I am experiencing slow start ups in the following areas:
- Initial Download (probably application size)
- Second Application run, takes a while to check version before application starts
- Application startup (Loading data & rendering)
What things can I do to get better startup performance for my XBAP application?