• Resolved tdjeff02

    (@tdjeff02)


    I am attempting to optimize my website. My YSlow score is below where I’d like it (62-65%). The brief moment I had this plugin working, my score jumped to 82% however it caused my site to crash and gave me “HTTP ERROR 500”. When I disable it, my site begins to work again. What can I do to remedy this issue because I’d really like to use this plugin?? Thanks!!

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

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

    (@optimizingmatters)

    hey @tdjeff02;
    disable JS or CSS optimization to see which one is causing this. next as per the FAQ try with the legacy minifyers by adding this to your wp-config.php;

    
    define("AUTOPTIMIZE_LEGACY_MINIFIERS","true");

    alternatively you can also try excluding some of the CSS or JS-files (based on the outcome of the first test I mentioned) from optimization.

    hope this helps,
    frank

Viewing 1 replies (of 1 total)
  • The topic ‘Causing my site to crash’ is closed to new replies.