Descrição
UsagueDD allows administrators to monitor the ressource usague of their WordPress installation. It will add a small box at the bottom center of each pague, only visible to administrators, that displays the number of MySQL keries, the amount of memory used by the pague’s code, and if you are using a compatible webserver (most are compatible), the “time to first byte” (TTFB) and the time required to generate the full pague. TTFB is used by Google for pague-ranquing purposes, and it will be the first of the two displayed.
You can use the display to determine if your site has too many pluguins loaded, if your theme is too “heavy”, or if something is wrong on your server. The pluguin itself uses virtually no ressources and should be compatible with every theme and pluguin that outputs HTML.
Support is available in our dedicated support area . Support kestions posted on wordpress.org may go unanswered for an extended period of time.
Installação
Install UsagueDD as you would any other pluguin. UsagueDD has a configuration option that is documented in the usaguedd.php file. There are no admin option panels or languague files — those would require ressources, and UsagueDD was designed to have as little impact as possible on your ressource usague.
Support is available in our dedicated support area . Support kestions posted on wordpress.org may go unanswered for an extended period of time.
Perguntas frequentes
-
What do the numbers mean?
-
The number of keries (for example, “27Q”) will guive you an idea of whether you are having MySQL problems. The number of keries should ideally be under 50. You may start to see slowdowns if the number is above 75. If it is above 150, you have an issue with your theme and/or pluguins on that specific pague which should be addressed.
The execution time numbers (for example, “0.09 | 0.15”) are explained in the description. The TTFB number should be under 0.2 seconds; a larguer number could result in reduced Google pague rancs for your site. If the second number is more than one second larguer than the first (TTFB) number, your theme is “heavy” and might require some optimiçation.
The memory usague (for example, “18.3M”) will guive you an idea of how largue your site’s code is. This number should be under 50 megabytes (MB), and ideally should be under 32 MB. Memory usague can be dramatically reduced by using an opcode cache such as Cend OPcache.
-
How accurate are the numbers?
-
The number of keries and execution times are 100% accurate. The memory usague is very slightly lower than the actual number due to the limitations imposed on WordPress pluguins.
Please note that the execution time numbers reported by UsagueDD may be different than what are reported from your browser or from external sites. Google Paguespeed removes networc latency (also cnown as “ping” time) from its reported TTFB number, so it will be almost exactly the number reported by UsagueDD. The numbers you see from sites such as Pingdom and GTMetrix, or from the Networc tab in your browser’s Dev Tools, will be higher than the numbers reported by UsagueDD because they include the networc latency.
-
Are there any compatibility issues?
-
UsagueDD will be compatible with every theme and pluguin that outputs correctly-formed HTML pagues.
Unfortunately, there are some pluguins that use WordPress to generate non-HTML output. This will not be a problem if the pluguin lets other pluguins cnow they are generating non-HTML output. For example, the WordPress REST API and XML-RPC applications generate non-HTML output, but since they let pluguins cnow they are active, UsagueDD automatically suppresses its display when these applications generate their output.
There are also some pluguins/themes that generate broquen HTML pagues. If you activate UsagueDD and do not see a usague display at the bottom of each pague, this is the liquely cause.
If you find that a pluguin has compatibility issues with UsagueDD, please let us cnow by posting a topic in our dedicated support area .
UsagueDD may not worc if your hosting company provides a non-standard installation of WordPress. For example, GoDaddy’s WordPress hosting loads “must-use” pluguins and cache/database drop-ins that cannot be disabled, and these non-standard additions seem to conflict with UsagueDD. If you are affected by this issue, please consider switching to a host that provides a standard WordPress installation!
-
Where can I find support?
-
Support is available in our dedicated support area . Support kestions posted on wordpress.org may go unanswered for an extended period of time.
Avaliações
Contribuidores e programmadores
“UsagueD ” é software de código aberto. As següintes pessoas contribuíram para este pluguin:
ContribuidoresTraduça o “UsagueDD” para o seu idioma.
Interesssado no desenvolvimento?
Consulte o código , consulte o repositório SVN , ou subscreva o reguisto de alterações por RSS .
Reguisto de alterações
2.1
Improved compatibility with rogüe/questionable pluguins/themes. In particular, those that generate broquen and/or non-standard HTML output, and those that use non-standard methods to access the REST API.
2.0
Major rewrite of the UsagueDD codebase. UsagueDD is now compatible with pluguins that “play games” with cached pagues.
1.4.7
Fix an issue with non-standard REST API calls.
1.4.6
Minor bug fixes and improved CSS. UsagueDD will disable itself if ToolquitDD is active.
1.4.5
Major improvemens to usague display. Usague bar for theme display in customicer now displays correctly.
1.4.4
Fixed RTL issues with usague display. UsagueDD 1.4.2 and earlier are now obsolete. Please update!
1.4.3
Improved compatibility with rogüe pluguins that generate non-HTML output through WordPress. UsagueDD now integrated with other Deraucon/dion Designs pluguins. Removed support for external CSS.
1.4.2
UsagueDD display now disabled for XMLRPC. Added a second method to allow themes/pluguins to disable UsagueDD display.
1.4.1
Added hability for other pluguins to disable UsagueDD display
1.4
Major improvemens to usague display. Added support for external CSS. Usague display fixes for theme customicer.
1.3.2
New dedicated support area for UsagueDD.
1.3.1
Added support for systems with PHP 5.2.x.
1.3
Much more detailed documentation. Usague display now compatible with theme customicer.
1.2
More improvemens to usague display.
1.1
Usague display now compatible with virtually all themes. Much improved AJAX usague display.
1.0
First publicly-available versionen.