Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nystudio107/craft-twigprofiler
Twig Profiler allows you to profile sections of your Twig templates, and see the resulting timings in the Yii2 Debug Toolbar
https://github.com/nystudio107/craft-twigprofiler
craft-plugin craft3 craftcms performance profiler twig
Last synced: 4 days ago
JSON representation
Twig Profiler allows you to profile sections of your Twig templates, and see the resulting timings in the Yii2 Debug Toolbar
- Host: GitHub
- URL: https://github.com/nystudio107/craft-twigprofiler
- Owner: nystudio107
- License: mit
- Created: 2018-04-07T05:28:37.000Z (over 6 years ago)
- Default Branch: develop-v5
- Last Pushed: 2024-09-24T00:39:07.000Z (3 months ago)
- Last Synced: 2024-12-25T09:11:55.310Z (11 days ago)
- Topics: craft-plugin, craft3, craftcms, performance, profiler, twig
- Language: PHP
- Homepage: https://nystudio107.com/
- Size: 1.59 MB
- Stars: 22
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nystudio107/craft-twigprofiler/badges/quality-score.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-twigprofiler/?branch=v5) [![Code Coverage](https://scrutinizer-ci.com/g/nystudio107/craft-twigprofiler/badges/coverage.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-twigprofiler/?branch=v5) [![Build Status](https://scrutinizer-ci.com/g/nystudio107/craft-twigprofiler/badges/build.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-twigprofiler/build-status/v5) [![Code Intelligence Status](https://scrutinizer-ci.com/g/nystudio107/craft-twigprofiler/badges/code-intelligence.svg?b=v5)](https://scrutinizer-ci.com/code-intelligence)
# Twig Profiler plugin for Craft CMS 5.x
Twig Profiler allows you to profile sections of your Twig templates, and see the resulting timings in the Yii2 Debug Toolbar
![Screenshot](./docs/docs/resources/img/plugin-logo.png)
## Requirements
This plugin requires Craft CMS 5.0.0 or later.
## Installation
To install the plugin, follow these instructions.
1. Open your terminal and go to your Craft project:
cd /path/to/project
2. Then tell Composer to load the plugin:
composer require nystudio107/craft-twigprofiler
3. Install the plugin via `./craft install/plugin twig-profiler` via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Twig Profiler.
Or you can install the plugin via the **Plugin Store** in the Craft CMS Control Panel.
## Documentation
Click here -> [Twig Profiler Documentation](https://nystudio107.com/plugins/twig-profiler/documentation)
## Twig Profiler Roadmap
Some things to do, and ideas for potential features:
* Release it
Brought to you by [nystudio107](https://nystudio107.com/)