Title: Light?
Last modified: November 5, 2019

---

# Light?

 *  Resolved [Jim](https://wordpress.org/support/users/jwmc/)
 * (@jwmc)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/light-2/)
 * I currently use another plugin that includes tons of blocks, but I only use accordion.
   It has a huge css file that loads on every page. This plugin looks good, but 
   is light on resources, load time?

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

 *  Plugin Author [philbuchanan](https://wordpress.org/support/users/philbuchanan/)
 * (@philbuchanan)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/light-2/#post-12104042)
 * It is as light as I can make it, while still offering the functionality.
 * The CSS file is 1KB. The JavaScript file is 2KB. So pretty tiny.
 * You can also deregister the CSS file entirely if you plan to use your own styles
   in your theme:
 *     ```
       function pb_deregister_accordion_styles() {
       	wp_deregister_style('pb-accordion-blocks-style');
       }
       add_action('wp_enqueue_scripts', 'pb_deregister_accordion_styles');
       ```
   
    -  This reply was modified 6 years, 7 months ago by [philbuchanan](https://wordpress.org/support/users/philbuchanan/).
 *  Thread Starter [Jim](https://wordpress.org/support/users/jwmc/)
 * (@jwmc)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/light-2/#post-12107719)
 * Thanks, looks perfect!

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

The topic ‘Light?’ is closed to new replies.

 * ![](https://ps.w.org/accordion-blocks/assets/icon-256x256.png?rev=2198298)
 * [Accordion Blocks](https://wordpress.org/plugins/accordion-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/accordion-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/accordion-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/accordion-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accordion-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accordion-blocks/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jim](https://wordpress.org/support/users/jwmc/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/light-2/#post-12107719)
 * Status: resolved