after enabled plugin, when using HTTPS, most of the pages broke, seems like CSS file is not loading.
And I'm not sure if the caching is working, how can you tell if this plugin is working or not?
after enabled plugin, when using HTTPS, most of the pages broke, seems like CSS file is not loading.
And I'm not sure if the caching is working, how can you tell if this plugin is working or not?
If you logout of the site and visit the homepage on the second refresh, right click to view page source, scroll to the bottom, and you should see comments regarding QuickCache.
1. As Josh says, check the very last lines of your page source to see if you spot QuickCache's special comment lines
2. Check your error_log file for any qc errors
3. Check the /cache folder to see if a unique qc-c-* file is/was made (though if #1 isnt present then it's a good indication no qc-c-.. file exists)
Curious...so your css files aren't loading? Can you provide a link to your site. I'd be happy to have a look and run my debugger tool on the page to verify what the css is/isn't doing.
I had the same issue you will need to add this: $_SERVER['HTTPS'] to your MD5 Version Salt
You must log in to post.