fballiano/openmage-load-javascripts-on-intent
最新稳定版本:0.3.0
Composer 安装命令:
composer require fballiano/openmage-load-javascripts-on-intent
包简介
Only load javascripts when the user interacts with the page.
README 文档
README
THIS MODULE IS IN ALPHA STAGE AND IT'S NOT WORKING YET
What to obtain 100% PageSpeed score? Install this module then ;-)
What does it do? it proceses the HTML of every page, converting all javascript to text/plain,
actually avoiding them from being loaded by the browsers on page load. Then injects a small
javascript that will load all the other scripts only when the user starts interacting with
the page (with a mouse movement, a click, a scroll or a few other events).
|
If you find my work valuable, please consider sponsoring |
Notes
This module should work with cookie management solutions (eg: CookieBot) that modify the script tags
setting them as text/plain and adding a data-cookiesomething attribute. In fact all script tags
with text/plain type and any data- will not be processed by the module, they will be skipped entirely.
This module also works with inline scripts.
Backup!!!
Backup everything while using this module!!! This module is provided "as is" and I'll not be responsible for any data damage.
Installation
With composer:
composer require fballiano/openmage-load-javascripts-on-intent
With modman:
modman clone https://github.com/fballiano/openmage-load-javascripts-on-intent
Compatibility
OpenMage v19, OpenMage v20, Magento 1.9+
Support
If you have any issues with this extension, open an issue on GitHub.
Contribution
Any contributions are highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Developer
Fabrizio Balliano
http://fabrizioballiano.com
@fballiano
Licence
OSL - Open Software Licence 3.0
Copyright
(c) Fabrizio Balliano
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2024-06-02