Hi Expert,
We have lots of components in our angular project and similarly lots of AppSerivce created in .Net Core. It takes long to render even the login page. Whatever we could have analyze, fix, we have done that. Here is the login page URL:
https://tagrain.net/account/login
Could you please give us some hint as what could be the reason of loading the page so slow.
Appreciate your quick response on this.
Regards, Mahendra
7 Answer(s)
-
0
Hi @mahendra
We made many enhancements about initial app load time for Angular project. You can take a look at issues below and implement the same for your project;
https://github.com/aspnetzero/aspnet-zero-core/issues/3447 https://github.com/aspnetzero/aspnet-zero-core/issues/3574 https://github.com/aspnetzero/aspnet-zero-core/issues/3714
-
0
-
0
Hi @mahendra, It is an unexpected behaviour. Can you please check if resending github invitation to your account solves the problem?
-
0
Hi musa.demir,
ismcagdas had sent me the github invitition and it worked...
Thanks, Mahendra
-
0
Hello Expert,
This is regarding huge size of MainJS in production build. I wanted to send you the output of source map explorer which is essentially an html file. Please let me know how can I send you the html file.
if you Look the html file closely and you will see, out of total 8.85MB (100%), Service proxies is taking 2.09MB (23.6%). Could you please explain, why this is taking so much of space? Also how can we reduce it?
Regards, Mahendra
-
0
Hi,
I have sent the SourceMapExplorer file in an email at [email protected]
Awaiting your response.
Regards, Mahendra
-
0
Hi @mahendra
I removed you from GitHub organizaiton and then invited back. Could you accept the invitation and try to see the links I have shared above ? Then, you can implement our changes in your project and split teh main bundle into smaller parts.