Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author dFactory

    (@dfactory)

    Do you mean frontend or backend of your site?
    Can you post a link to your site?

    If you switch to JS mode you will have an asynchronous Ajax request instead of PHP function call.

    Thx,
    Bartosz / dfactory team

    Thread Starter Myar

    (@myar)

    I mean the frontend. And I have tried php and javascript, both slows the site down.

    Hm, zto show you his, I have to activate the plugin, but I don’t want to slow down my site for long time :/

    Plugin Author dFactory

    (@dfactory)

    When you enable the JS mode the only action plugin takes is to make an Ajax call, which is asynchronous and can’t have any impact on the site load.

    Enable that and post a link to your site. Additionally enable WP Debug mode.

    Thread Starter Myar

    (@myar)

    Okay, I have enabled the plugin, enabled wp_debug and this is the site:

    https://www.lost-in-games.de/

    This is the test result, after I have activated the plugin.
    https://www.webpagetest.org/result/160308_BP_NNM/1/details/

    If I deactivate it, the result is:

    https://www.webpagetest.org/result/160308_X7_NRF/1/details/

    I have activated the javascript option.

    In the wp_debug log is nothing.

    Plugin Author dFactory

    (@dfactory)

    You’r site is runing very fast and i don’t know how it is interpreted like this by the webpage test.

    But when you look at it, it says that the first byte load time (which takes 2,5 sec) is related to this URL: https://www.lost-in-games.de/new-3ds-xl-im-snes-look-erscheint-naechsten-monat-japan/

    From the console it looks like there’s a call to this page on your homepage load and that’s the first resource your site gets, before anything, even any js or css files.

    Regardigng the PVC, it takes circa 150 miliseconds, and it is asynchrounous, does not influence your site load.

    I think it would require a deep look into your site to find out what really happens, but this is obviously out of the support scope.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Skows down response time’ is closed to new replies.