Title: Too much CSS loading
Last modified: January 27, 2017

---

# Too much CSS loading

 *  Resolved [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * (@shaped-pixels)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/too-much-css-loading/)
 * I have a suggestion…after looking at the source code of my site and what loads
   from Jetpack, the size of the CSS is loading what appears to be “ALL” jetpack
   related CSS; despite not having all modules activated. Only the CSS for the active
   modules should be loading, not the whole thing…it adds bloat to a site when you
   take in account the theme’s own stylesheet and all the plugins a person also 
   has active.
 * Something to consider to try and make Jetpack even better.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [9 years, 4 months ago](https://wordpress.org/support/topic/too-much-css-loading/#post-8707958)
 * That’s indeed how Jetpack was designed; instead of loading a different stylesheet
   for each module you use, we’ve chosen to concatenate all CSS into a single `jetpack.
   css` file. It saves resources by limiting the number of requests made on each
   page load.
 * Unfortunately, we haven’t found a way to efficiently rebuild the concatenated
   file dynamically every time a module is activated or deactivated yet. That would
   definitely make things even better.
    You can follow our progress on this here:
   [https://github.com/Automattic/jetpack/issues/1258](https://github.com/Automattic/jetpack/issues/1258)
 * Until then, if you’d like you can deactivate the concatenation and thus load 
   styles in separate files by adding the following in your theme’s functions.php
   file or in a [functionality plugin](https://wordpress.org/plugins/code-snippets/):
 * `add_filter( 'jetpack_implode_frontend_css', '__return_false' );`
 * I hope this clarifies things a bit.

Viewing 1 replies (of 1 total)

The topic ‘Too much CSS loading’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [jetpack CSS](https://wordpress.org/support/topic-tag/jetpack-css/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/too-much-css-loading/#post-8707958)
 * Status: resolved