Join the community today
Register Now

[Solved] Default XenForo style?

Discussion in 'Forum Feedback & Suggestions' started by Floren, Aug 3, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    53,608
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    2:47 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah depends solely on the site and even the style used i.e. soft responsive theme on this forum didn't have issues but Metro and Flat Awesome did. I don't have such problems with ngx_pagespeed and Wordpress and with vBulletin either.

    But I find you learn alot more via troubleshooting :)

    Also doesn't rule out SPDY conflicts too. Tweaked pagespeed.conf and moved the prioritize critical css filter under the defer js filter - not sure if order matters


    Code:
      # defer_javascript
      # https://developers.google.com/speed/pagespeed/module/filter-js-defer
      pagespeed EnableFilters defer_javascript;
    
      # prioritize_critical_css
      # https://developers.google.com/speed/docs/mod_pagespeed/filter-prioritize-critical-css
       pagespeed EnableFilters prioritize_critical_css;
    
    prioritize critical css involves a bit of javascript

     
    Last edited: Aug 8, 2014
  2. eva2000

    eva2000 Administrator Staff Member

    53,608
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    2:47 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. Jalan

    Jalan New Member

    2
    0
    1
    May 3, 2015
    Ratings:
    +0
    Local Time:
    12:47 PM
    Hello,

    Whenever I start a new thread or try to reply the message box or text editor will be hidden, and I have to refresh several times until I get the text box where I can type my message. The problem started when I installed bdcache. I uninstalled it but the problem still remained.

    I have seen the same problem being solved here and the solution was given as below. could you please give me the proper instructions on how to solve this?
    I don't know where to add the pagespeed disallow code i.e., which directory, which file?

    Thank you in advance

     
  4. eva2000

    eva2000 Administrator Staff Member

    53,608
    12,139
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,683
    Local Time:
    2:47 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Did you specifically enable ngx_pagespeed as per instructions at ngx_pagespeed install on Centmin Mod - Menu based Nginx installer for CentOS servers ? if you did not, then ngx_pagespeed isn't your problem.

    If you did enable ngx_pagespeed, then read over the following: