{"id":18896156,"url":"https://github.com/tinify/magento1-plugin","last_synced_at":"2025-07-03T01:37:55.437Z","repository":{"id":32104036,"uuid":"35676306","full_name":"tinify/magento1-plugin","owner":"tinify","description":"Speed up your Magento 1 webshop. Optimize your JPEG and PNG images automatically with TinyPNG.","archived":false,"fork":false,"pushed_at":"2019-03-05T11:39:30.000Z","size":951,"stargazers_count":18,"open_issues_count":1,"forks_count":4,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-15T01:51:22.036Z","etag":null,"topics":["image","magento","optimization"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-15T13:45:19.000Z","updated_at":"2022-02-23T16:33:01.000Z","dependencies_parsed_at":"2022-08-22T21:50:21.566Z","dependency_job_id":null,"html_url":"https://github.com/tinify/magento1-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tinify/magento1-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinify%2Fmagento1-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinify%2Fmagento1-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinify%2Fmagento1-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinify%2Fmagento1-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinify","download_url":"https://codeload.github.com/tinify/magento1-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinify%2Fmagento1-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263244723,"owners_count":23436478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image","magento","optimization"],"created_at":"2024-11-08T08:32:42.850Z","updated_at":"2025-07-03T01:37:55.393Z","avatar_url":"https://github.com/tinify.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/tinify/magento1-plugin.svg?branch=master)](https://travis-ci.org/tinify/magento1-plugin)\n\n# Compress JPEG \u0026 PNG images for Magento 1\n\nMake your Magento 1 store faster by compressing your JPEG and PNG images.\n\n[![Magento configuration page](/screenshots/magento-config-page.jpg?raw=true \"Magento configuration page\")](#getting-started)\n\nThis extension automatically optimizes your images by integrating with the\npopular image compression services TinyJPG and TinyPNG.\n\nLearn more about TinyJPG and TinyPNG at https://tinypng.com/.\n\nDo you use Magento 2? Install the Magento 2 extension instead:\nhttps://packagist.org/packages/tinify/magento2\n\n## How does it work?\n\nWhen you view a product in your webshop, Magento creates different image sizes\nin its cache folders. This extension will compress these images for you\nautomatically. Any image sizes that are exact duplicates of each other will\nonly be compressed once.\n\nYour product images are uploaded to the TinyJPG or TinyPNG service and\nanalyzed to apply the best possible compression. Based on the content of the\nimage an optimal strategy is chosen. The result is sent back to your Magento\nwebshop and saved in your public media folder.\n\nOn average JPEG images are compressed by 40-60% and PNG images by 50-80%\nwithout visible loss in quality. Your webshop will load faster for your\nvisitors, and you’ll save storage space and bandwidth!\n\n## Getting started\n\nObtain your free API key from https://tinypng.com/developers. The first 500\ncompressions per month are completely free, no strings attached! As each\nproduct will be shown in different sizes, between 50 and 100 products can be\nuploaded to your Magento webshop and compressed for free. You can also change\nwhich of types of image sizes should be compressed.\n\nIf you’re a heavy user, you can compress additional images for a small\nadditional fee per image by upgrading your account. You can keep track of the\namount of compressions in the Magento 1 configuration section.\n\n## Installation\n\nCopy the extension key from Magento Connect. Login on your webshop backend\nand open *System -\u003e Magento Connect -\u003e Magento Connect Manager*.\nPaste the extension key to install the extension.\n\nAfter installation, go to *System -\u003e Configuration -\u003e Image Optimization*, and\nenter your TinyPNG API Key. Flush the images cache to start compressing.\n\nRegenerating the image cache and optimizing all images may take some time and\ncan be intensive for the server that your store runs on. If you own a large\nstore with lots of traffic and many product pages you may not want to flush\nthe entire cache at once. As an alternative you can manually delete parts of\nthe existing image cache in smaller batches directly from the filesystem.\nImages that are missing from the product cache folder will then be recreated\nand optimised on a smaller scale.\n\n## Contact us\n\nGot questions or feedback? Let us know! Contact us at support@tinypng.com.\n\n## Information for contributors\n\nYou will need to have the following prerequisites to make changes to the code.\n\n* PHP 5.4 or newer.\n* MySQL 5.4 or newer (integration tests).\n* Magento 1.8.0 or newer.\n* PHPUnit 4.8 or newer.\n\n### Running the unit tests\n\nFrom the .modman/Tiny_CompressImages directory:\n\n    phpunit\n\n## License\n\nThis software is licensed under the MIT License. [View the license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinify%2Fmagento1-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinify%2Fmagento1-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinify%2Fmagento1-plugin/lists"}