2017 © Pedro Peláez
 

magento2-module module-rocketjavascript

Move all javascripts to the footer on Magento 2 store.

image

magefan/module-rocketjavascript

Move all javascripts to the footer on Magento 2 store.

  • Thursday, April 26, 2018
  • by IhorVansach
  • Repository
  • 2 Watchers
  • 3 Stars
  • 597 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 718 % Grown

The README.md

Magefan Rocket JavaScript Extension for Magento 2

Total Downloads Latest Stable Version, (*1)

, (*2)

, (*3)

Magento2 Deferred JavaScript

Magento2 Optimized Bundle JavaScript

, (*4)

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 ★, (*5)

align="center" valign="middle">
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., (*6)

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., (*7)

License

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

Magento 2 Extensions by Magefan

Magento 2 Google Extensions

Magento 2 SEO Extensions

Magento 2 Speed Optimization Extensions

Magento 2 Blog Extensions

Magento 2 Marketing Automation Extensions

Magento 2 Cart Extensions

Magento 2 Multi-Language Extensions

Developers Tools

The Versions

26/04 2018

dev-master

9999999-dev

Move all javascripts to the footer on Magento 2 store.

  Sources   Download

OSL-3.0

The Requires

 

by Magefan

16/04 2018

2.1.0

2.1.0.0

Move all javascripts to the footer on Magento 2 store.

  Sources   Download

OSL-3.0

The Requires

 

by Magefan

13/04 2018

dev-520-rocketjavascript-2.1.0

dev-520-rocketjavascript-2.1.0

Move all javascripts to the footer on Magento 2 store.

  Sources   Download

OSL-3.0

by Magefan

06/08 2017

2.0.0

2.0.0.0

Move all javascripts to the footer on Magento 2 store.

  Sources   Download

OSL-3.0

by Magefan