Okay
  Public Ticket #3521252
61. Waiting for dashboard
Closed

Comments

  •  1
    kezalkoatlj started the conversation

    61. Hello. First screen: https://prnt.sc/gVYXHG2iAo2x The first screen was taken on localhost. Second screen: https://prnt.sc/I-14cXgcsKuU Second screenshot from the server. Waiting for dashboard information to load is 3 seconds on a local server and 10 seconds on a working one. Why, after a request, does the user wait 3 seconds for the server to start responding? The minimum number of plugins installed. list on the screen: https://prnt.sc/-akF_kz84-XM

  • [deleted] replied

    the waiting time is to validating the token , we check if user logged in or not using token verification at that time . 

    There is no replacement or boosting for this available except enabling : 

  •  1
    kezalkoatlj replied

    I followed the steps in the video Improve Rest API Performance. 

    In the role of Abmin, I can see the menu, but if through incognito, then I can't see it.

  • [deleted] replied

    So did it make it faster?please implement the resilient pwa part as well. 

  •  1
    kezalkoatlj replied

    We did everything according to the instructions of the first and second videos, but now the personal account does not open in other languages.

  • [deleted] replied

    yes I saw that there is some third party code making the validate-token api request redirect maybe that is coming from your child theme functions.php file . please try to disable your custom codes for that . 

    for the dashboard thing we cannot do much about that it will take some time to validate the token . did you implement the https://youtu.be/lLDs4Ue1vzU

  •  1
    kezalkoatlj replied

    Hello again.
    We find next thing, the translations are not loaded when we turn on next option: (screen 1)
    https://monosnap.com/file/65kCD1oIPzlcxkzPvpP6wabWUMZxC8
    If we disable it all loads as usual.
    What we should check to resolve this issue?
    Also I have check the url which u mark on your screenshot and it the same
    https://monosnap.com/file/lYRUZt71dYNOANkg6hOTeTnJ2Y7vjU

  • [deleted] replied

    hi yes the performance accelerator will cause issue with translation so yes please do not activate it but you can follow this tutorial : 


    to boost dashboard page speed.


  •  1
    kezalkoatlj replied

    Hello!

    We watched the video and set everything up as shown in the video.
    How do we connect WP Rocket + Service Worker now?

  • [deleted] replied

    well then we have alraeady optimized it as we can , with wpml sites become really slow . we recommend you to use a multisite .

  •  390
    Ripul replied

    WP Rocket can not improve the speed of your database. So, only for the front end pages you can use WP rocket which would greatly reduce the load on your database for regular pages. 

    So the overall speed of the app increases.

    PWA further enhances this by caching everything right inside the browser.

  •  1
    kezalkoatlj replied

    thank you