{"id":22397161,"url":"https://github.com/putyourlightson/craft-blitz-hints","last_synced_at":"2025-07-11T07:35:06.858Z","repository":{"id":57678724,"uuid":"491393019","full_name":"putyourlightson/craft-blitz-hints","owner":"putyourlightson","description":"Provides templating performance hints.","archived":false,"fork":false,"pushed_at":"2024-04-16T14:56:28.000Z","size":62,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-11-29T11:07:46.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/putyourlightson.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-05-12T06:35:23.000Z","updated_at":"2024-03-11T16:44:19.000Z","dependencies_parsed_at":"2022-09-14T09:21:22.272Z","dependency_job_id":"42f6dcba-2826-4a02-9db4-84592a618308","html_url":"https://github.com/putyourlightson/craft-blitz-hints","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"909ffe3f79cee3c9ac3a5b14b9a2a1ffe87ba4f9"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putyourlightson%2Fcraft-blitz-hints","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putyourlightson%2Fcraft-blitz-hints/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putyourlightson%2Fcraft-blitz-hints/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putyourlightson%2Fcraft-blitz-hints/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/putyourlightson","download_url":"https://codeload.github.com/putyourlightson/craft-blitz-hints/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228242556,"owners_count":17890481,"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":[],"created_at":"2024-12-05T06:11:03.292Z","updated_at":"2024-12-05T06:11:03.878Z","avatar_url":"https://github.com/putyourlightson.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Stable Version](https://img.shields.io/packagist/v/putyourlightson/craft-blitz-hints?label=stable)]((https://packagist.org/packages/putyourlightson/craft-blitz-hints))\n[![Total Downloads](https://img.shields.io/packagist/dt/putyourlightson/craft-blitz-hints)](https://packagist.org/packages/putyourlightson/craft-blitz-hints)\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"130\" src=\"https://raw.githubusercontent.com/putyourlightson/craft-blitz-hints/develop/src/icon.svg\"\u003e\u003c/p\u003e\n\n# Blitz Hints Module for Craft CMS\n\nThis module provides the hint functionality and utility for the [Blitz](https://putyourlightson.com/plugins/blitz) and [Blitz Recommendations](https://putyourlightson.com/plugins/blitz-recommendations) plugins for [Craft CMS](https://craftcms.com/).\n\nFirst require the package in your plugin/module's `composer.json` file.\n\n```json\n{\n  \"require\": {\n    \"putyourlightson/craft-blitz-hints\": \"^1.0\"\n  }\n}\n```\n\nThen bootstrap the module from within your plugin/module's `init` method.\n\n```php\nuse craft\\base\\Plugin;\nuse putyourlightson\\blitzhints\\BlitzHints;\n\nclass MyPlugin extends Plugin\n{\n    public function init()\n    {\n        parent::init();\n\n        BlitzHints::bootstrap();\n    }\n}\n```\n\n## License\n\nThis module is licensed for free under the MIT License.\n\n## Requirements\n\nThis module requires [Craft CMS](https://craftcms.com/) 4.0.0 or later.\n\n## Installation\n\nInstall this package via composer.\n\n```shell\ncomposer require putyourlightson/craft-blitz-hints\n```\n\n---\n\nCreated by [PutYourLightsOn](https://putyourlightson.com/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputyourlightson%2Fcraft-blitz-hints","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fputyourlightson%2Fcraft-blitz-hints","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputyourlightson%2Fcraft-blitz-hints/lists"}