• Resolved miketica

    (@miketica)


    Hi,

    It looks like the server response time is increased when I use Autoptimize. I still get better performance than with other plugins, but I would like to improve this as well, if possible.

    I did read similar support requests, but I was not able to figure it out.

    Thanks a lot,
    Mike

    The page I need help with: [log in to see the link]

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

    (@optimizingmatters)

    evening Mike,
    here are some tips:
    * install a page cache (you seem to be on nginx, which can do page caching, but I only see cache misses)
    * you have something inserting a significant amount of minified CSS for your mega-menu in your site with a date/timestamp in it;

    
    <style type="text/css">/** Wednesday 27th June 2018 14:47:18 UTC (core) **/#mega-menu-wrap-menu-header [...]

    if that timestamp changes regularly or if it is different between different pages, it would be a perf-killer as it would bust AO’s cache and force the CSS to be re-minified
    * this might happen with other inline CSS or JS; keep on eye on your cache size, if you see the amount of files in wp-content/cache/autoptimize/js or wp-content/cache/autoptimize/css go up quickly, then this probably means your cache hit ratio is too low due to changing inline CSS or JS, meaning you have to (re-)configure AO to exclude those from optimization.
    * another thing (but only if you developed some stuff yourself); try pre-minifying your CSS & JS and make sure the filename has min. in it, e.g. jquery-migrate.min.js or mystyle-min.css, as that way AO knows that those don’t have to be re-minified

    hope this helps,
    frank

    Thread Starter miketica

    (@miketica)

    Great, I’ll check on each one of these suggestions.

    Thanks a lot, Frank!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Server Response Time’ is closed to new replies.