Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

Theme and Plugin (T&P) Profiler

Descriere

The Theme and Plugin Profiler uses a little known PHP feature known as ticks. Basically, this is an internal event that occurs every time a code block is executed, marked (roughly) by a function call or curly {} brackets.

The plugin uses ticks to collect a list of the functions that were executed, how often they were called and how much time they took in total. The plugin’s option page gives some filters to select and sort the results. This will give developers clues which parts of their code demand scrutiny.

Capturi ecran

  • Options page
  • Sample output

Instalare

  1. Upload the plugin files to the /wp-content/plugins/theme-plugin-profiler directory, or install the plugin through the WordPress plugins screen directly.
  2. Activează modulul în ecranul „Module” din WordPress
  3. Use the Tools->T&P Profiler screen to configure the plugin

Recenzii

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„Theme and Plugin (T&P) Profiler” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

Istoric modificări

0.1 (April, 2016)

  • First stable version