Title: speed css etc.
Last modified: August 30, 2022

---

# speed css etc.

 *  Resolved [mertkars](https://wordpress.org/support/users/mertkars/)
 * (@mertkars)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/speed-css-etc/)
 * you know some plugins affect website performance badly, such as making slow website.
   is there any bad affect on the website. What can you say about speed, jss codes.
   Can affect website performance? Can you explain it clearlyi thanks.

Viewing 1 replies (of 1 total)

 *  Plugin Author [PWR Plugins](https://wordpress.org/support/users/rexdot/)
 * (@rexdot)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/speed-css-etc/#post-15977887)
 * Hi there,
 * This plugin adds only a few JS scripts tot eh website, e.g.
    – jQuery Isotope–
   jQuery Simple Lightbox
 * They are very lightweight and should not impact website performance.
 * In the latest version, we also added a option to completely disable the simple
   lightbox scripts. For this you can add the following code to your functions.php
   file:
 *     ```
       // Disable lightbox
       function elpt_support_disable_lightbox( $value ) {
       	$value = false;
           return $value;
       }
       add_filter( 'elpt-enable-simple-lightbox', 'elpt_support_disable_lightbox' );
       ```
   
 * `
    -  This reply was modified 3 years, 9 months ago by [PWR Plugins](https://wordpress.org/support/users/rexdot/).

Viewing 1 replies (of 1 total)

The topic ‘speed css etc.’ is closed to new replies.

 * ![](https://ps.w.org/portfolio-elementor/assets/icon-256x256.png?rev=1844421)
 * [PowerFolio - Portfolio & Image Gallery for Elementor](https://wordpress.org/plugins/portfolio-elementor/)
 * [Support Threads](https://wordpress.org/support/plugin/portfolio-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/portfolio-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/portfolio-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/portfolio-elementor/reviews/)

## Tags

 * [performance](https://wordpress.org/support/topic-tag/performance/)

 * 1 reply
 * 2 participants
 * Last reply from: [PWR Plugins](https://wordpress.org/support/users/rexdot/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/speed-css-etc/#post-15977887)
 * Status: resolved