Excessive loading time.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • riju
    Member
    • Aug 2017
    • 33

    Excessive loading time.

    Hello,
    I am using espocrm 4.6 package, with advanced pack extension. In localhost it taking too much time to get fully loaded. After deploy it to server, the loading time is increased twice than localhost.
    Please help me, how to increse its performance.
  • tarasm
    Super Moderator
    • Mar 2014
    • 573

    #2
    Loading time depends on connection between you and your server, server resources. If you use a shared hosting, server can share resources for other users and its response can be slow. You can check the loading time in DevTools in Chrome (F12).
    Job Offers and Requests

    Comment

    • riju
      Member
      • Aug 2017
      • 33

      #3
      But in localhost its loading time is more than my other projects..... why?

      Comment

      • tarasm
        Super Moderator
        • Mar 2014
        • 573

        #4
        Do you use Windows on localhost?
        Job Offers and Requests

        Comment

        • riju
          Member
          • Aug 2017
          • 33

          #5
          No . I am using ubuntu (linux) system.

          Comment

          • tarasm
            Super Moderator
            • Mar 2014
            • 573

            #6
            I think, the server is more powerful than your local computer. E.g. server uses SSD and database loads faster.
            Job Offers and Requests

            Comment

            • riju
              Member
              • Aug 2017
              • 33

              #7
              It happens in local and testing server also.

              Comment

              • riju
                Member
                • Aug 2017
                • 33

                #8
                Is there any trick in code to minimize the number of loading files.....? There are many files are loaded after each and every action(click).

                Comment

                • tarasm
                  Super Moderator
                  • Mar 2014
                  • 573

                  #9
                  Try to check loading time in DevTools in Chrome (F12).
                  Job Offers and Requests

                  Comment

                  • tarasm
                    Super Moderator
                    • Mar 2014
                    • 573

                    #10
                    The files are loading once. After that they get from the browser cache. Please check if you have enabled "Use Cache" in Administration ยป Settings.
                    Job Offers and Requests

                    Comment

                    • riju
                      Member
                      • Aug 2017
                      • 33

                      #11
                      This is ok. But when I made a changes, and press ctrl+F5 for refresh, in that time the loading is taking more time. Is this can be overcome?

                      Comment

                      • tarasm
                        Super Moderator
                        • Mar 2014
                        • 573

                        #12
                        It takes more time, because your browser loads changed sources. It just a first time.
                        Job Offers and Requests

                        Comment

                        Working...