i just moved my website to another server, now everytime i open a post it loading all the data but doesnt show anything on screen (blank white), i deactivate all plugin and check one by one to find the culprit, it was tagdiv speed booster, so i deactivate it. Can you please tell me what’s wrong?
Agreed, when I’ve seen a white screen and it’s not a php error, I’ve often found it’s aggressive CSS minifying. Both those plugins should work, but make sure you disable minifying CSS, and then clear the page cache before looking at your site.
Minifying is reducing file size by removing unnecessary data (e.g. line breaks). Caching / minifying / performance / speed plugins usually do it. The problem is that it can break up the flow of parsing the CSS file (if I understand it right).
Support has said in other threads that minifying CSS through plugins like W3 Total Cache won’t work (and I’ve seen it have the white screen effect). A CDN might also be minifying your CSS files, although I use Cloudflare and it seems fine.