• acelerawp

    (@acelerawp)


    I was extremely happy at the beginning because this plugin does everything I need for Business/Corporate websites. But once I saw the following files loaded on the front-end, I sadly deleted this plugin immediately.

    jquery.min.js
    fontawesome-free/css/all.min.css
    fa-brands-400.wof2
    slick.min.css
    slick.theme.min.css
    magnific-popup.min.css
    blocks.style.css
    animate.min.css

    These days the overall Performance is very important. All the themes and Plugins I use( Kadence Blocks, Stackable, GenerateBlocks, etc…) are 100% jQuery Free. So, No jQuery is loaded on the front-end. These plugins only load 2 files on the front-end, one CSS file and one JS file. That’s all.

    Would be Awesome is You:

    1 – Replace jQuery with only vanilla javascript
    2 – Replace fontawesome and your .woff2 file, with SVG icons
    3 – Remove all the CSS files listed above and use only a single one CSS file generated dynamically. That is to say, only Add in the single CSS file the rules used by the Blocks that are rendered on the loaded Page. The CSS rules of the Blocks that are Not being used on the current loaded Page should NOT be added to the dynamically generated CSS file. In short, Just like it is done in the GenerateBlocks plugin.

    All the Best.

    • This topic was modified 4 years ago by acelerawp. Reason: some additions and corrections to my review
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some Performance Optimizations Needed’ is closed to new replies.