calibrate / calibr8_performance
This package is abandoned and no longer maintained.
No replacement package was suggested.
Performance add-ons.
Package info
github.com/Calibr8/calibr8_performance
Type:drupal-custom
pkg:composer/calibrate/calibr8_performance
1.0.2
2018-06-07 13:08 UTC
Requires
This package is not auto-updated.
Last update: 2022-02-01 13:13:31 UTC
README
Installation
------------
Your html.tpl.php should look like this.
This is present in the latest version of the calibr8_theme. If you installed this module on an old calibr8 setup or
a site without the calibr8 themes, make sure these variables are printed.
<html>
<head>
...
<title>
{{ resource_hints }}
...
{% if place_scripts_in_head %}
<js-bottom-placeholder token="{{ placeholder_token|raw }}">
{% endif %}
</head>
<body>
...
{% if not place_scripts_in_head %}
<js-bottom-placeholder token="{{ placeholder_token|raw }}">
{% endif %}
</body>
</html>