• Resolved Advex

    (@totalfly)


    Hi, to improve the site speed i installed WP Super Cache (W3 Total Cache is not working in my site).
    I installed Autoptimize to combine and minify the css and js files, but after activating the plugin, the files are combined but it take minutes to open the website page or even the wordpress dashboard.. any suggestion please?

    thanks a lot

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Frank Goossens

    (@futtta)

    hard to pinpoint totalfly;
    * on the frontend, the first request for a page can indeed be a bit slower, but after that the JS/ CSS will be served from AO-cache and your page from WPSC-cache, so it should fly really
    * on the backend (dashboard) AO isn’t active (as in; there is a settings-page, but it does not do JS/ CSS optimization there), so I don’t really see what could be wrong there.

    if you can share your URL, I’d be happy to take a quick look.

    frank

    Thread Starter Advex

    (@totalfly)

    Hi, the site is https://www.medigotour.ro

    checking with pingdom.com after activating the plugin i have about 20 seconds to load the page, before were 2 seconds..

    Plugin Author Frank Goossens

    (@futtta)

    the site is giving a white-screen-of-death for me, can you switch to the legacy minifiers as described in the FAQ?

    frank

    Thread Starter Advex

    (@totalfly)

    i add this

    define(“AUTOPTIMIZE_LEGACY_MINIFIERS”,”true”);

    to the wp-config.php

    Thread Starter Advex

    (@totalfly)

    now it should work but i have a bad resource now: There are 3 JavaScript files served from https://www.medigotour.ro. They should be combined into as few files as possible.
    before it was working

    Plugin Author Frank Goossens

    (@futtta)

    3 is normal;
    * one is the autoptimized JS
    * second one is jquery, you can try removing it from the JS optimization exclusion list but that is likely to break things
    * third one is the emoji JS-file which is called by inline JS, so AO doesn’t “see” that.

    frank

    Thread Starter Advex

    (@totalfly)

    ok.. now it seems he’s working

    thanks a lot

    Plugin Author Frank Goossens

    (@futtta)

    great, have a nice weekend! ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘After installing plugin wordpress and site slow down’ is closed to new replies.