Libraries tagged by defer javascript
fabrizioballiano/deferjavascripts
30620 Downloads
Magento2 Defer Javascripts: moves all your javascripts to the very end of your HTML (only on frontend) making search engines and speed metering tools happy.
shinsenter/defer.php
9258 Downloads
🚀 A PHP library that focuses on minimizing payload size of HTML document and optimizing processing on the browser when rendering the web page.
meetanshi/magento-2-defer-parsing-javascript
3563 Downloads
Magento 2 DeferJS
innocode-digital/wp-deferred-loading
13044 Downloads
Defer loading of JavaScript and CSS files.
fballiano/magento2-defer-javascripts
156 Downloads
Magento2 Defer Javascripts: moves all your javascripts to the very end of your HTML (only on frontend) making search engines and speed metering tools happy.
fballiano/openmage-defer-javascripts
30 Downloads
Defer Javascripts module for OpenMage (and Magento 1.9)
sebgar/m2-deferjs
2376 Downloads
Magento 2 Defer JS
goivvy/djs
24 Downloads
Magento 2 Defer Javascript Loading Extension
jkphl/defr
13 Downloads
A simple usage pattern and lightweight JavaScript library for deferred loading of external CSS and JavaScript resources with optional support for localStorage caching
cloudinary/permissions
3 Downloads
Accounts with Permissions API access can manage custom permission policies. These policies assign permissions for a principal, allowing the principal to perform a specific action on a designated resource within a particular scope (your account or a product environment). Refer to the [Permissions API guide](permissions_api_guide) for instructions on what to specify in the `policy_statement` to control Cloudinary activities, and to the Cedar schema, which defines the possible values for principals, actions, and resources. The API uses **Basic Authentication** over HTTPS. Your **Provisioning Key** and **Provisioning Secret** are used for the authentication. These credentials (as well as your ACCOUNT_ID) are located in the [Cloudinary Console](https://console.cloudinary.com/pm) under **Settings > Account > Provisioning API Access**. The Permissions API has dedicated SDKs for the following languages: * JavaScript * PHP * Java