Libraries tagged by defer images
webcoast/deferred-image-processing
27900 Downloads
Handles image processing on request instead of during page generation
shinsenter/defer.php
9021 Downloads
🚀 A PHP library that focuses on minimizing payload size of HTML document and optimizing processing on the browser when rendering the web page.
shinsenter/defer-laravel
4370 Downloads
🚀 A Laravel package that focuses on minimizing payload size of HTML document and optimizing processing on the browser when rendering the web page.
chrgriffin/laravel-defer
179 Downloads
Automatically defer loading your images until after page load in Laravel.
creativestyle/magesuite-defer-js
57316 Downloads
Defering JS
cloudinary/permissions
0 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