{"id":13654549,"url":"https://github.com/tbela99/gzip","last_synced_at":"2026-01-16T02:08:37.350Z","repository":{"id":31368978,"uuid":"127670623","full_name":"tbela99/gzip","owner":"tbela99","description":"Optimize any Joomla website and/or turn it into a Progressive Web Application","archived":false,"fork":false,"pushed_at":"2024-09-27T02:16:49.000Z","size":5692,"stargazers_count":24,"open_issues_count":13,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-10T06:32:48.665Z","etag":null,"topics":["critical-css-parser","hotlink-protection","joomla","joomla-extensions","joomla-plugin","pwa","security-tools","web-performance"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tbela99.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/security.md","support":null}},"created_at":"2018-04-01T20:56:34.000Z","updated_at":"2024-11-03T19:08:00.000Z","dependencies_parsed_at":"2022-09-20T07:24:00.109Z","dependency_job_id":null,"html_url":"https://github.com/tbela99/gzip","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbela99%2Fgzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbela99%2Fgzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbela99%2Fgzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbela99%2Fgzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbela99","download_url":"https://codeload.github.com/tbela99/gzip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250407729,"owners_count":21425552,"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":["critical-css-parser","hotlink-protection","joomla","joomla-extensions","joomla-plugin","pwa","security-tools","web-performance"],"created_at":"2024-08-02T03:00:36.885Z","updated_at":"2026-01-16T02:08:37.294Z","avatar_url":"https://github.com/tbela99.png","language":"PHP","funding_links":[],"categories":["Development"],"sub_categories":["Extension Development"],"readme":"# Joomla Website Optimizer Plugin\r\n\r\n![Current version](https://img.shields.io/badge/dynamic/xml?color=green\u0026label=current%20version\u0026query=%2Fextension%2Fversion\u0026url=https%3A%2F%2Fraw.githubusercontent.com%2Ftbela99%2Fgzip%2Fmaster%2Fgzip.xml) [![Documentation](https://img.shields.io/badge/dynamic/xml?color=green\u0026label=documentation\u0026query=%2Fextension%2Fversion\u0026url=https%3A%2F%2Fraw.githubusercontent.com%2Ftbela99%2Fgzip%2Fmaster%2Fgzip.xml)](https://tbela99.github.io/gzip/) [![Known Vulnerabilities](https://snyk.io/test/github/tbela99/gzip/badge.svg)](https://snyk.io/test/github/tbela99/gzip) [![download from JED](https://img.shields.io/badge/download%20from-JED-blueviolet.svg)](https://extensions.joomla.org/extensions/extension/core-enhancements/performance/gzip/)\r\n\r\n![logo](./docs/logo.svg)\r\n\r\n*_Make your website blazing fast_.*\r\n\r\n![screenshot](https://raw.githubusercontent.com/tbela99/gzip/master/Capture.PNG)\r\n\r\n- It includes a new Css parser\r\n- Automatic critical path css generation which will bring you close to 100 in [lighthouse](https://developers.google.com/web/tools/lighthouse) test with no effort\r\n\r\nHere are some features provided by this plugin\r\n\r\n## HTML\r\n\r\n- HTML minification\r\n- preserve IE conditional comments\r\n\r\n## Javascript\r\n\r\n- merge files\r\n- minify files\r\n- remove files based on a pattern\r\n- async loading\r\n- move javascript to the bottom of the page\r\n\r\n## CSS\r\n\r\n- merge files\r\n- minify files\r\n- remove files based on a pattern\r\n- async loading\r\n- web fonts preloading\r\n- automatic critical css generation\r\n\r\n## Images\r\n\r\n- automatically resize images\r\n- convert to avif and webp\r\n- generate responsive images\r\n- generate preview images\r\n- lazyloading images\r\n- generate responsive css background images\r\n\r\n## Performance\r\n\r\n- automatic critical css path generation\r\n- configurable HTTP caching headers\r\n- optimizations are enforced when the client sends [Save-Data HTTP header](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/save-data/)\r\n- dns prefetch\r\n- profile plugin performance using HTTP server timing headers\r\n- precompressed cached files using brotli or gzip.\r\n\r\n## Service Worker\r\n\r\n- enable service worker\r\n- offline first support\r\n- background sync\r\n- web share target level 2\r\n- web push notifications using One Signal\r\n- immediately update the service worker when the manifest settings change\r\n\r\n## Content Security Policy (CSP)\r\n\r\nConfigure almost every csp level 3 settings to your liking:\r\n\r\n- disable inline scripts and css\r\n- block css, js, workers, frames, etc.\r\n- allow css and js from specific origin only\r\n- dynamic csp rules generation from the page content\r\n\r\n## Security\r\n\r\n- Sub Resource Integrity\r\n- HSTS header configuration\r\n- XSS-PROTECTION header configuration\r\n- X-Frames-Options configuration\r\n\r\n## Hotlink Protection\r\n\r\n- configure file type that use hotlink protection\r\n- configure link lifetime\r\n\r\nThe complete list of features is available in the [online documentation](https://tbela99.github.io/gzip/)\r\nand the [change log](./CHANGELOG.md)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbela99%2Fgzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbela99%2Fgzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbela99%2Fgzip/lists"}