Announcement

Collapse
No announcement yet.

Espo responding Slow

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Espo responding Slow

    Hi,
    It's not a bug perhaps configuration problem.

    I am using ESPO and speed has been very frustrating for me.
    Currently its running on 4G RAM + 4 Cores CPU.

    But response time is still sometimes slow, sometimes swift (probably because of the local cache).

    PHP Version is 5.6
    Mysql 5.5.56

    Accounts + Contacts ~ 500

  • #2
    Hello
    Where does it hanging? Search on the list view or detail view? Or while saving? How many hooks / formulas / workflows did you created?

    Comment


    • Rizki
      Rizki commented
      Editing a comment
      Hi Tanya, I Have a same problem very slow respond after add and remove field & formula in quote item (Sales Pack).
      Try to clean chache and rebuild still the problem unsolved.

  • #3
    It's basic and it happens almost on all pages. I will send a video later today. I was just confirming if there could be anything on server end that might require a tweaking?

    Comment


    • #4
      You could check the mysql configuration. The problem could be only there

      Comment


      • #5
        Code:
        skip-external-locking
        key_buffer_size = 512M
        max_allowed_packet = 256M
        table_open_cache = 164
        sort_buffer_size = 4M
        net_buffer_length = 100K
        read_buffer_size = 556K
        read_rnd_buffer_size = 912K
        myisam_sort_buffer_size = 100M
        Should this be OK?

        Comment


        • #6
          Me also facing same problem. When I refresh page by ctrl+f5 , it take more time to get fully loaded. Please rply me how to resolv this.

          Comment


          • #7
            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

            Working...
            X