Skip to content

magefan/module-rocketjavascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f9eb03 · Mar 20, 2025
Jan 30, 2024
Mar 13, 2025
May 31, 2024
Nov 18, 2024
May 31, 2024
Nov 18, 2024
Jan 13, 2020
Nov 12, 2024
Mar 20, 2025
Jan 13, 2020

Repository files navigation

Total Downloads Latest Stable Version

Magento2 Footer JavaScript

Magento2 Deferred JavaScript

Magento2 Optimized Bundle JavaScript

Configuration

  • To enable or disable extension please navigate to Magento 2 Admin Panel > Stores > Magefan Extensions > Rocket JavaScript

Requirements

  • Magento Community Edition 2.1.x-2.4.x or Magento Enterprise Edition 2.1.x-2.4.x

Installation

Get List Of Used JS On A Sigle Page

/* Use in browser console */
globalSrc = '';
jQuery('script').each(function(){
if (!jQuery(this).attr('src')) return;
var src = jQuery(this).attr('src');
if (src.indexOf(require.toUrl('')) != -1 && src.indexOf('Magefan_LazyLoad') == -1) {
var src = (src.replace(require.toUrl(''), ''));
globalSrc += "\n" + src;
}
})
console.log(globalSrc);

Demo

Try out our open demo and if you like our extension please give us some star on Github ★

Storefront Demo Admin Panel Demo
Magneto 2 Rocket JavaScript Extension Storefront Demo Magneto 2 Rocket JavaScript Extension Admin Panel Demo
view view

Support

If you have any issues, please contact us then if you still need help, open a bug report in GitHub's issue tracker.

Please do not use Magento Marketplace's Reviews or (especially) the Q&A for support. There isn't a way for us to reply to reviews and the Q&A moderation is very slow.

License

The code is licensed under Open Software License ("OSL") v. 3.0.

Shopify Apps by Magefan