Menu

Tree [db8f5e] master /
 History

HTTPS access


File Date Author Commit
 Block 2020-01-13 Ihor Vansach Ihor Vansach [d87430] Changed OSL to EULA
 Model 2020-08-26 Magefan Magefan [a26362] Fixed Deprecated Functionality error (part 2)
 Plugin 2020-01-13 Ihor Vansach Ihor Vansach [d87430] Changed OSL to EULA
 etc 2020-08-27 Magefan Magefan [80b0c5] Update module.xml
 LICENSE.txt 2020-01-13 Ihor Vansach Ihor Vansach [d87430] Changed OSL to EULA
 README.md 2021-02-19 Magefan Magefan [db8f5e] Update README.md
 composer.json 2020-08-27 Magefan Magefan [67ca5e] Update composer.json
 registration.php 2020-01-13 Ihor Vansach Ihor Vansach [d87430] Changed OSL to EULA

Read Me

Magefan Rocket JavaScript Extension for Magento 2

Total Downloads
Latest Stable Version

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);

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.

Other Magento 2 Extensions by Magefan