Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pantrif

    (@pantrif)

    Hello if you need to increase speed change your host.
    As far as this plugin concerned you could increase the loading speed if you remove this from woocommerce_catalogue.php in line 72:

    add_action(‘wp_enqueue_scripts’, array($this, ‘load_frontend_assets’));

    This way though you will lose the dynamic stylesheet option but it will not load the style.php which take sometime (because it is php script and it has to execute in every window load).

    Thread Starter Jack

    (@moxie)

    Ok, thanks for the suggestion. And changing the host is another option indeed :).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slow according to P3Profiler plugin’ is closed to new replies.