Title: WP XHProf Profiler
Author: Artberri
Published: <strong>10 Ιανουαρίου  2012</strong>
Last modified: 10 Ιανουαρίου  2012

---

Αναζήτηση πρόσθετων

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-xhprof-profiler.svg)

# WP XHProf Profiler

 Από [Artberri](https://profiles.wordpress.org/artberri/)

[Λήψη](https://downloads.wordpress.org/plugin/wp-xhprof-profiler.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/wp-xhprof-profiler/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/wp-xhprof-profiler/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/wp-xhprof-profiler/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/wp-xhprof-profiler/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/wp-xhprof-profiler/)

## Περιγραφή

WP XHProf Profiler plugin is an easy way to profile your plugins and themes when
you are coding or debugging. To get it done it uses XHProf, a PHP profiler made 
by the Facebook Dev Team (you must install it before activating the plugin).

#### Usage

By default the profiling is disabled, activate `WP_DEBUG` on your `wp-config.php`
to enable it. After doing it, all your wordpress pages will have a link at bottom
with the profiling data.

#### ¿What is XHProf?

From http://www.php.net/manual/en/intro.xhprof.php

XHProf is a light-weight hierarchical and instrumentation based profiler. During
the data collection phase, it keeps track of call counts and inclusive metrics for
arcs in the dynamic callgraph of a program. It computes exclusive metrics in the
reporting/post processing phase, such as wall (elapsed) time, CPU time and memory
usage. A functions profile can be broken down by callers or callees. XHProf handles
recursive functions by detecting cycles in the callgraph at data collection time
itself and avoiding the cycles by giving unique depth qualified names for the recursive
invocations.

XHProf includes a simple HTML based user interface (written in PHP). The browser
based UI for viewing profiler results makes it easy to view results or to share 
results with peers. A callgraph image view is also supported.

XHProf reports can often be helpful in understanding the structure of the code being
executed. The hierarchical nature of the reports can be used to determine, for example,
what chain of calls led to a particular function getting called.

XHProf supports ability to compare two runs (a.k.a. “diff” reports) or aggregate
data from multiple runs. Diff and aggregate reports, much like single run reports,
offer “flat” as well as “hierarchical” views of the profile.

Additional documentation can be found via the xhprof website » [http://pecl.php.
net/package/xhprof]

#### Support

Comments, questions, feature requests and bug reports are welcome: [http://www.berriart.com/en/xhprof-profiler/](http://www.berriart.com/en/xhprof-profiler/)

## Στιγμιότυπα

 * [[
 * Profiler output

## Εγκατάσταση

 1. Install XHProf on your server [http://www.php.net/manual/en/xhprof.installation.
    php]
 2. Extract and upload the directory `xhprof-profiler` to the `/wp-content/plugins/`
    directory
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Enable `WP_DEBUG` on your `wp-config.php` file for profiling
 5. That’s all

#### Requeriments

 * WordPress >= v2.6.0

## Συχνές Ερωτήσεις

  Is this plugin developed by Facebook Dev Team?

No. This plugin is not made by the creators of the XHProf profiler, this plugin 
has been developed by [Berriart](http://www.berriart.com/).

  Have you any more question?

Comments, questions, feature requests and bug reports are welcome: [http://www.berriart.com/en/xhprof-profiler/](http://www.berriart.com/en/xhprof-profiler/)

For further information about XHProf go to [http://pecl.php.net/package/xhprof]

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“WP XHProf Profiler” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει
στη δημιουργία του.

Συντελεστές

 *   [ Artberri ](https://profiles.wordpress.org/artberri/)

[Μεταφράστε το “WP XHProf Profiler” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/wp-xhprof-profiler)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/wp-xhprof-profiler/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/wp-xhprof-profiler/)
ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/wp-xhprof-profiler/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/wp-xhprof-profiler/?limit=100&mode=stop_on_copy&format=rss).

## Μεταστοιχεία

 *  Version **0.9**
 *  Τελευταία ενημέρωση: **πριν από 14 έτη**
 *  Ενεργές εγκαταστάσεις: **10+**
 *  Έκδοση WordPress: ** 2.6.0 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-xhprof-profiler/)
 * Ετικέτες:
 * [debug](https://el.wordpress.org/plugins/tags/debug/)[php](https://el.wordpress.org/plugins/tags/php/)
   [profiler](https://el.wordpress.org/plugins/tags/profiler/)[profiling](https://el.wordpress.org/plugins/tags/profiling/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/wp-xhprof-profiler/advanced/)

## Αξιολογήσεις

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/wp-xhprof-profiler/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-xhprof-profiler/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-xhprof-profiler/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-xhprof-profiler/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-xhprof-profiler/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-xhprof-profiler/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/wp-xhprof-profiler/reviews/)

## Συντελεστές

 *   [ Artberri ](https://profiles.wordpress.org/artberri/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/wp-xhprof-profiler/)

## Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

 [ Κάντε δωρεά σε αυτό το πρόσθετο ](http://www.berriart.com/donate/)