Base solution for your next web application
Open Closed

Site too slow #10077


User avatar
0
mahendra created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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

  • User Avatar
    0
    mahendra created

    Hi ismcagdas,

    Not sure why I am not able to access the link. I am a member of GitHub (See screen shot below)

    I am logged in using cxs-mahendra

    Still not able access the link

    Please help

    Regards, Mahendra

  • User Avatar
    0
    musa.demir created

    Hi @mahendra, It is an unexpected behaviour. Can you please check if resending github invitation to your account solves the problem?

  • User Avatar
    0
    mahendra created

    Hi musa.demir,

    ismcagdas had sent me the github invitition and it worked...

    Thanks, Mahendra

  • User Avatar
    0
    mahendra created

    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

  • User Avatar
    0
    mahendra created

    Hi,

    I have sent the SourceMapExplorer file in an email at [email protected]

    Awaiting your response.

    Regards, Mahendra

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.