이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Query monitor Twig profile

설명

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.

스크린샷

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

설치

  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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Query monitor Twig profile”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Query monitor Twig profile”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.