Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Query monitor Twig profile

Beschrijving

Find out which pages are slow, and why! Immediately see profiling information from twig in your Query Monitor toolbar.

The Twig profile extension for Query Monitor helps you notice which templates are used on a page and where the time rendering the page is spent.

Kind of like the ‘What the file’ plugin, but for Twig and with timing information.

  • Support for dark mode.
  • Clickable links to profiled templates in your preferred editor.
  • Downloadable blackfire.io profiles.
  • History mode. Save profiles so you can see the impact of your changes.
  • Color scheme for dark and light modes meet WCAG AA accessibility standards, and all controls are keyboard accessible.
  • Automatically integrates with Timber.

Development

This open source tool is developed in a public GitHub repository. If you have any feature requests, found an issue or want to contribute check out the repository.

Schermafdrukken

  • The Twig profile tab in Query Monitor (dark mode)
  • The Twig profile tab in Query Monitor (light mode)

Installatie

  1. Install the plugin.
  2. Activate it.
  3. Check the ‘Twig profile’ tab in Query Monitor.
  4. Speed up your site!

Alternatively, you can use wpackagist or packagist.

You can also download specific releases and the development version from GitHub.

FAQ

Can I use it with other frameworks that use twig?

Definitely. Just add a twig profiler extension to your twig instance and submit it to the collector.

if ( function_exists( 'NdB\QM_Twig_Profile\collect' ) ) {
    $twig = \NdB\QM_Twig_Profile\collect( $twig );
}

Privacy Statement

Query Monitor Twig Profile data is private by default and always will be. It does not persistently store any of the data that it collects. It does not send data to any third party, nor does it include any third party resources.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Query monitor Twig profile” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Query monitor Twig profile” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.3.6
* Maintenance: Fixes version number

1.3.5
* Maintenance: Asset updates.
* Performance: Only load frontend assets when the user actually has Query Monitor available (thanks @dylantuohy).

1.3.4
* Maintenance: Asset updates.
* Maintenance: WordPress 6.0 compatibility check.

1.3.3
* Maintenance: Fixes version number

1.3.2
* Maintenance: Tested up to WordPress 5.9.
* Maintenance: Update asset build dependencies.
* Maintenance: Updates PHP dependencies.
* Maintenance: Adds link to extended documentation.

1.3.1
* Maintenance: Do not upload the node_modules folder of webcomponent to the plugin repository.

1.3.0
* Adds history mode. Save your profiles and view them later to see the impact of your changes. Compare profiles over multiple pages, and more.
* Automatically integrates with clarkson-core:^1.0

1.2.0
* Adds blackfire.io profile downloads.

1.1.0
* Support for dark mode.
* Support direct links to the templates in the editor.
* Makes it easier to profile a custom Twig instance.

1.0.3
* Removes assets release library.
* Uses readme.txt file.

1.0.2
* Fixes readme.

1.0.1
* Adds automated releases from GitHub.
* Improves readme.
* Fixes several type hints.
* Adds CI checks (phpstan, phpcs, phpcompat, composer validate).
* Defines required PHP version as >7.0.

1.0.0:
* Initial release.