f4n0 / BlazorGenerator

You think of the models, Blazorgen the UI
https://f4n0.github.io/BlazorGenerator/
GNU General Public License v3.0
39 stars 3 forks source link

Huge download size (more than 11 MB) #73

Closed ysmoradi closed 8 months ago

ysmoradi commented 8 months ago

image It doesn't make any sense! You can compare it with https://todo.bitplatform.dev and other optimized blazor webassembly websites image

f4n0 commented 8 months ago

I think i need more context, which page are you loading to see this stats? I've looked into the sample app and I'm never exceeding 1.9MB!

ysmoradi commented 8 months ago

https://github.com/f4n0/BlazorGenerator/assets/5352980/bd01b36f-975e-45d9-b38a-40a57ee4d53c

f4n0 commented 8 months ago

I see, this is how the Demo App is published. The problem here consists in how the Trimmer is configured. I had some problems with the icons when publishing the demo with GitHub Pages (as they are not designed for WebAssembly hosting) and so to make the demo working in GH Pages I had to disable trimming for the Icons.

Here's a screenshot for an app I'm currently building image

And here the "Server" project in this repo: image

as you see, no performance issue!

ysmoradi commented 8 months ago

I can't understand what you're talking about, but I'm closing the issue as it seems there's no issue in your opinion.