• When I turn on this plugin (also using nginx helper and autoptimize) my site will stop loading and will only have what looks like compressed data/gobbledygook appear:

    View post on imgur.com

    Any idea what might cause this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Which browser are you using? Can you also provide a screenshot of your Cache Enabler settings?

    Thread Starter sinedave

    (@sinedave)

    I’m using Chrome 67.

    Here’s a screenshot:

    View post on imgur.com

    Cache is empty since I have to keep the plugin disabled at the moment.

    • This reply was modified 5 years, 8 months ago by sinedave.

    Thanks for the additional info. What is the default charset you are using? Can you ensure that your php.ini file uses utf-8? This can also be defined in .htaccess as AddDefaultCharset utf-8

    Thread Starter sinedave

    (@sinedave)

    We are using UTF-8:

    ; By default, PHP will output a media type using the Content-Type header. To
    ; disable this, simply set it to be empty.
    ; 
    ; PHP's built-in default media type is set to text/html.
    ; http://php.net/default-mimetype
    default_mimetype = "text/html"
    
    ; PHP's default character set is set to UTF-8.
    ; http://php.net/default-charset
    default_charset = "UTF-8"
    • This reply was modified 5 years, 8 months ago by sinedave.

    Have you tried disabling other plugins to see if there might be a conflict somewhere? I tried installing both plugins you mentioned in your previous post on a test site, however, haven’t able to replicate the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cache Enabler Causing Pages to Load Garbled’ is closed to new replies.