Title: Combining javascript files
Last modified: January 14, 2022

---

# Combining javascript files

 *  Resolved [janbuchar](https://wordpress.org/support/users/janbuchar/)
 * (@janbuchar)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/combining-javascript-files-2/)
 * I installed the plugin, enabled handling of CSS and JS files and combining for
   both. It seems to work well for CSS, but JS files are still being sent one by
   one. For example, I see popper.min.js, bootstrap.min.js and core.min.js.
 * Is this the intended behavior? Do I need to configure anything else? I’d prefer
   to have a single javascript file with a name that changes when the content does.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/combining-javascript-files-2/#post-15310613)
 * Combining CSS/JS is no longer recommended if you are on a modern hosting or use
   a CDN, however you can still do it if there are no conflicts (merging somethings
   breaks scripts).
 * If you are seeing “popper.min.js, bootstrap.min.js and core.min.js” then probably,
   you haven’t configured the plugin Render Blocking JS files, Defer JS Files, Defer
   Inline JavaScript, Delay third party scripts until user interaction, or perhaps
   you have disabled minification.
 * CSS is processed automatically and you can then ignore or async what you want.
   
   JS is manual, so you need to specify what you want to render block, defer or 
   delay.
 * On the settings tab there are suggested defaults, though each site needs it’s
   own settings, so you need to try and see what works for you.

Viewing 1 replies (of 1 total)

The topic ‘Combining javascript files’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Raul P.](https://wordpress.org/support/users/alignak/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/combining-javascript-files-2/#post-15310613)
 * Status: resolved