@cybr I’m the author of Fast Velocity Minify and I got a notification about this topic.
I am not sure what this topic is about, because the robots.txt is a text file that should not be affected by my plugin. Are you telling me that html minification, is minifying the robots.txt file?
FVM HTML minification, uses the same engine as W3 Total Cache.
The alternative HTML minification, is much simpler and the purpose is to fix potential incompatible issues with the standard html minification. It doesn’t remove linebreaks entirely, and for your information, linebreaks are accepted during html minifcation without a score impact.
If you minify with google closure compiler, they will add a linebreak every 600 chars… and that’s because linebreaks are important for javascript coding.
FVM purpose is to process any content that is shown in the front-end.
You can disable that for admin and editors, by selecting the “fix editors” option.
Can you tell me in more detail, exactly what seems to be the problem between my plugin and yours, or what should be excluded?
It doesn’t make sense to exclude robots.txt, since that is not processed (it’s a static file, not php).