https://github.com/tinify/magento2-tinifycdn-plugin
https://github.com/tinify/magento2-tinifycdn-plugin
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinify/magento2-tinifycdn-plugin
- Owner: tinify
- Created: 2021-12-01T12:39:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T12:19:29.000Z (almost 3 years ago)
- Last Synced: 2025-05-31T17:54:48.363Z (about 1 year ago)
- Language: PHP
- Size: 244 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIG Tinify CDN for Magento 2
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:
1. `bin/magento setup:upgrade`
2. `bin/magento setup:di:compile`
3. `bin/magento setup:static-content:deploy [locale-codes, e.g. nl_NL en_US`
4. `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.