Title: HTTP/2 related question
Last modified: November 8, 2016

---

# HTTP/2 related question

 *  Resolved [moxymore](https://wordpress.org/support/users/moxymore/)
 * (@moxymore)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/http2-related-question/)
 * Hello there,
 * Today I expected to test my website, which is under HTTP/2 protocol, with and
   without concatenation (since the HTTP/2 protocol offers a better download parralellisation).
 * But your plugin allows us to disable entirely the JS/CSS process, or to disable
   the minification from the process… but doesn’t allows us to disable the concatenation
   and keep the minification ON.
 * Do you plan to include a such feature?
 * Regards.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/http2-related-question/#post-8412841)
 * Hi,
 * Those options exist for the sake of filtering out problems, for example…
 * a) it’s common to have incompatibilities (broken design) when you merge css or
   js files, hence we need an ignore file list to avoid certain files to be merged
   together. One of such is usually jquery or the select2 library.
 * b) likewise, it’s even more common to have issues with minification of js files,
   especially if those are already minified by default. For example, minifying the
   default jquery file include with wordpress, will cause errors because that one
   is already minified (but doesn’t include the .min.js extension… so we had to 
   consider that in the plugin).
 * c) frequently you have issues when merging + minifying… but not with simple merging,
   hence the option to stop minification while keeping the files merged exist. This
   is quite handy with some woocommerce plugins that don’t like to be minified.
 * d) to not merge the files and keep minification requires me to rewrite significant
   parts of the code, but it’s something that is on my roadmap… so yes, eventually
   there will be an option to minify only, without merging. Just not a high priority
   issue right now, maybe a month or two perhaps.
 *  Thread Starter [moxymore](https://wordpress.org/support/users/moxymore/)
 * (@moxymore)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/http2-related-question/#post-8415119)
 * Allright, I understand, thank you. Nothing mandatory btw, but will be usefull.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘HTTP/2 related question’ is closed to new replies.

 * ![](https://ps.w.org/fast-velocity-minify/assets/icon-128x128.jpg?rev=1440946)
 * [Fast Velocity Minify](https://wordpress.org/plugins/fast-velocity-minify/)
 * [Support Threads](https://wordpress.org/support/plugin/fast-velocity-minify/)
 * [Active Topics](https://wordpress.org/support/plugin/fast-velocity-minify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fast-velocity-minify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fast-velocity-minify/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [moxymore](https://wordpress.org/support/users/moxymore/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/http2-related-question/#post-8415119)
 * Status: resolved