À propos de ComponentOne XAP Optimizer

Optimisez la taille des fichiers XAP dans vos applications Silverlight.

ComponentOne XAP Optimizer is a stand-alone utility that processes your XAP files and generates an optimized Silverlight application 30-70% smaller than the original XAP file size. ComponentOne XapOptimizer allows you to you get an application with improved start-up time, thus reducing network traffic without any loss in functionality. Along with optimizing the size you XAP file, ComponentOne XAP Optimizer also has the option to obfuscate your code. You can integrate XapOptimizer as part of the build process in Microsoft Visual Studio to automatically optimize your XAP files. XAP Optimizer can be used with any Silverlight assembly, it is not restricted to ComponentOne components. ComponentOne XAP Optimizer is also available as part of ComponentOne Studio and ComponentOne Ultimate.

Optimize your Silverlight applications (XAP files) with ComponentOne XAP Optimizer. This stand-alone utility processes your XAP files and generates an optimized Silverlight application 30-70% smaller than the original XAP file size. Without any loss in functionality, you get an application with improved start-up time, thus reducing network traffic.

ComponentOne XAP Optimizer reduces the size of your XAP files by removing unused classes from the assemblies used by your application. ComponentOne XAP Optimizer allows you to you get an application with improved start-up time, thus reducing network traffic without any loss in functionality. You can integrate XapOptimizer as part of the build process in Microsoft Visual Studio to automatically optimize your XAP files. XapOptimizer can be used with any Silverlight assembly, it is not restricted to ComponentOne components.

ComponentOne XapOptimizer works by extracting the original XAP file, then inspecting MSIL instructions and XAML content to build a dependency tree. The dependency tree starts with the application's entry point and expands to determine all the classes and XAML resources that are used by the application. At the end of this process, any classes and XAML resources not used by the application are removed from the assemblies, which are then obfuscated, resigned and repackaged into a new XAP file. The dependency analysis process performed by XapOptimizer cannot resolve dependencies when indirect instantiation mechanisms are used (using Reflection for example).

 

ComponentOne XAP Optimizer Key Features:

Customize the Optimization Output
See what's going to be removed from the assembly before it is actually removed. You can also manually "Pin" some elements to keep them after the optimization process.

Obfuscation
Choose to enable or disable obfuscation and choose the specific elements to obfuscate.

Sign Assemblies
Choose whether to sign elements in the assembly and which specific elements to sign.

Save Projects
XapOptimizer allows you to save projects allowing you to reopen the project at a later date or easily try different options.