Adds a HTML comment with performance timings to demarcate {% block %}
s and each Twig template that is included or extended.
This plugin requires Craft CMS 5.0.0 or later.
To install the plugin, follow these instructions.
Open your terminal and go to your Craft project:
cd /path/to/project
Then tell Composer to load the plugin:
composer require nystudio107/craft-templatecomments
Install the plugin via ./craft install/plugin templatecomments
via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Template Comments.
You can also install Template Comments via the Plugin Store in the Craft Control Panel.
Click here -> Template Comments Documentation
Some things to do, and ideas for potential features:
Brought to you by nystudio107