PLEASE HELP. I installed this plug in and it instantly crashed my site. http://www.khandroling.com. The plug in is not listed in my plug in my WP plugin list so I cannot find it to deactivate and uninstall. Does anyone know how to uninstall this thing? Thanks.
@tony, what is your website address?
@ven, did you receive my answer in your other support topic?
Thanks, I’ll send this request to the programmer of http://checkgzipcompression.com
Hey @richards Toolbox,
I’m having the same issue as @tony where the plugin keeps disabling itself. My website is substitutesam.com
Please let me know what I can do to get this plugin up and running!
Thanks so much,
-Sam
Same issues as @tony – running WP 4.2 and my site is http://www.fivestartoday.com
@flourish, your site seems to run on GZIP compression, am I correct?
@sasteffi, could you install this plugin, and send me the details? (and possibly open a new ticket for that?)
https://wordpress.org/plugins/wp-serverinfo/
I activated plugin – on my site geezees.com
BUT when I go to you site to check compression
it says not installed …?
http://checkgzipcompression.com/
it keeps reverting back to being disabled @richardstoolbox
Hey guys, I finally found a solution after trying numerous plugins. I looked up how I can enable gzip compression manually in wordpress. mMy search led me to this site: http://softstribe.com/wordpress/enable-gzip-compression-in-wordpress . I added this code snippet in the .htaccess file `# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddType x-font/otf .otf
AddType x-font/ttf .ttf
AddType x-font/eot .eot
AddType x-font/woff .woff
AddType image/x-icon .ico
AddType image/png .png`
Now it is working fine. I even checked the compression and its working great. Check it out here:http://checkgzipcompression.com/?url=http%3A%2F%2Fblog.systechafrica.com
Great to hear tony!
We’ll probably add that feature in the next version
Amazing! @richards Toolbox
Added support for htaccess in v1.0!