开发者 | DionDesigns |
---|---|
更新时间 | 2024年6月29日 21:15 |
PHP版本: | 5.4 及以上 |
WordPress版本: | 6.6 |
The number of queries (for example, "27Q") will give you an idea of whether you are having MySQL problems. The number of queries 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 plugins on that specific page 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 larger number could result in reduced Google page ranks for your site. If the second number is more than one second larger than the first (TTFB) number, your theme is "heavy" and might require some optimization. The memory usage (for example, "18.3M") will give you an idea of how large your site's code is. This number should be under 50 megabytes (MB), and ideally should be under 32 MB. Memory usage can be dramatically reduced by using an opcode cache such as Zend OPcache.
The number of queries and execution times are 100% accurate. The memory usage is very slightly lower than the actual number due to the limitations imposed on WordPress plugins. Please note that the execution time numbers reported by UsageDD may be different than what are reported from your browser or from external sites. Google Pagespeed removes network latency (also known as "ping" time) from its reported TTFB number, so it will be almost exactly the number reported by UsageDD. The numbers you see from sites such as Pingdom and GTMetrix, or from the Network tab in your browser's Dev Tools, will be higher than the numbers reported by UsageDD because they include the network latency.
UsageDD will be compatible with every theme and plugin that outputs correctly-formed HTML pages. Unfortunately, there are some plugins that use WordPress to generate non-HTML output. This will not be a problem if the plugin lets other plugins know they are generating non-HTML output. For example, the WordPress REST API and XML-RPC applications generate non-HTML output, but since they let plugins know they are active, UsageDD automatically suppresses its display when these applications generate their output. There are also some plugins/themes that generate broken HTML pages. If you activate UsageDD and do not see a usage display at the bottom of each page, this is the likely cause. If you find that a plugin has compatibility issues with UsageDD, please let us know by posting a topic in our dedicated support area. UsageDD may not work if your hosting company provides a non-standard installation of WordPress. For example, GoDaddy's WordPress hosting loads "must-use" plugins and cache/database drop-ins that cannot be disabled, and these non-standard additions seem to conflict with UsageDD. If you are affected by this issue, please consider switching to a host that provides a standard WordPress installation!
Support is available in our dedicated support area. Support questions posted on wordpress.org may go unanswered for an extended period of time.