magefan/module-rocketjavascript

There is no license information available for the latest version (2.1.9) of this package.

Move all javascript to the footer on Magento 2 store.

Installs: 87 653

Dependents: 1

Suggesters: 1

Security: 0

Stars: 40

Watchers: 3

Forks: 8

Open Issues: 1

Type:magento2-module

2.1.9 2023-11-23 08:06 UTC

This package is auto-updated.

Last update: 2024-04-12 08:20:55 UTC


README

Total Downloads Latest Stable Version

68747470733a2f2f636d2e6d61676566616e2e636f6d2f626c6f672f737570706f72742d756b7261696e652e706e67

68747470733a2f2f6d61676566616e2e636f6d2f6d656469612f777973697779672f6d6164655f696e5f756b7261696e652e6a7067

Magento2 Footer JavaScript

Magento2 Deferred JavaScript

Magento2 Optimized Bundle JavaScript

68747470733a2f2f636d2e6d61676566616e2e636f6d2f777973697779672f70726f64756374732f646f776e6c6f61642d6d61676566616e2d657874656e73696f6e732e706e67

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.

Magento 2 Extensions by Magefan

Magento 2 Admin Panel Extensions

Magento 2 Google Extensions

Magento 2 SEO Extensions

Magento 2 Blog Extensions

Magento 2 Marketing Automation Extensions

Magento 2 Cart Extensions

Magento 2 Speed Optimization Extensions

Magento 2 Multi-Language Extensions

Developers Tools

Magento 2 Point of Sale

Magento 2 Theme

Shopify Apps