tig / tinifycdn-magento2
Allows you to easily setup Tinify CDN for your Magento 2 store.
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3|~7.4|~8.0|~8.1
- ext-json: *
- league/oauth2-client: ^2.4
- magento/framework: ~102.0|~103.0
This package is auto-updated.
Last update: 2023-04-13 15:58:16 UTC
README
We created this extension to add immediate image optimization and CDN functionality to Magento 2.
Installation using Composer
composer require tinify/tinifycdn-magento2
Installation without using Composer
Clone or download the contents of this repository into app/code/Tinify/TinifyCDN
.
Development Mode
After installation, run bin/magento setup:upgrade
to make the needed database changes and remove/empty Magento 2's generated files and folders.
Production Mode
After installation, run:
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy [locale-codes, e.g. nl_NL en_US
bin/magento cache:flush
Done!
Configuration
To use this module you need an active Tinify CDN account. You can connect to your account using the 'Connect to your Tinify Account' button in Stores / Configuration / Tinify / Tinify CDN.