Size of dll file in Blazor WASM

Hi!
I've been wondering if there is a way to reduce Syncfusion.Blazor.dll package size?
For now it looks like compressed file is 3.6mb (which is too big) even, if I'm using only one controll (grid in my example).
The same file before compression is over 12mb.
Is there a way to import only needed components, so size of it can drop drasticly?
BR,
Jakub

3 Replies 1 reply marked as answer

JA Jesus Arockia Sankaran S Syncfusion Team June 9, 2020 12:15 PM UTC

Hi Jakub, 

Sorry for the inconvenience. 

We have checked your concerns and we want to inform you that we have already logged a feature request as “Individual assemblies for all Syncfusion Blazor components” which can be tracked through our feedback portal below. 


Please upvote this feature to make this our priority. We expect that this will be available with any of our upcoming patch release or Service pack release after Volume 2, 2020 release. 

If you have any more specification/suggestions to the feature request you can add it as a comment in the portal. 

Regards, 
Jesus Arockia Sankaran S 



Marked as answer

JM Jakub Maguza June 9, 2020 12:39 PM UTC

Hi Jesus,

Thanks for your reply, this looks like good step forward!

I'm wondering if you are familliar with what MS is doing with their assemblies? They are using linker to remove everything from IL that is not needed for current application. Maybe that could be a good way forward?


Have a good day!


JA Jesus Arockia Sankaran S Syncfusion Team June 10, 2020 09:59 AM UTC

Hi Jakub, 

Thank you for the provided information.  

We are checking all the possible way for this and we will check the feasibility of this approach also.  

Please get back to us if you have any concerns. 

Regards, 
Jesus Arockia Sankaran S 


Loader.
Up arrow icon