magento-hackathon/magento2-improved-template-hints

Name: magento2-improved-template-hints

Owner: FireGento e. V. - Hackathons

Description: null

Created: 2016-04-09 23:23:31.0

Updated: 2018-03-07 21:52:23.0

Pushed: 2016-06-28 21:36:49.0

Homepage: null

Size: 85

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Magento2 Improved Template Hints

Magento 2 module for improved template hints. Based on the Magento 1 module. Aoe_TemplateHints

Quick Installation
    composer config repositories.hackathon_improved-template-hints vcs git@github.com:magento-hackathon/magento2-improved-template-hints.git
    composer require magento-hackaton/magento2-improved-template-hints:dev-master
    bin/magento module:enable MagentoHackathon_ImprovedTemplateHints
    bin/magento setup:upgrade
Normal Installation
  1. Add the repository to the repositories section of your composer.json file:
    ositories": [
    
    pe": "vcs",
    l": "git@github.com:magento-hackathon/magento2-improved-template-hints.git"
    
    
    
  2. Require the module & install
oser require magento-hackaton/magento2-improved-template-hints:dev-master

Original Hackathon Issue Discussion: magento-hackathon/pre-imagine-2016/issues/31

Usage

To show the template hints simply add ?ath=1 to the shop URL after installing this module.

Block Colors:

[GREEN] Block is cached -> Magento2 Default Behaviour

[RED] Block is not cached and the whole Page is not cached

[ORANGE] Private Block: Block will be retrieved trough AJAX

[BLUE] Shared Block: Block will be retrieved trough ESI


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.