Opened 23 months ago
Last modified 20 months ago
#57340 new defect (bug)
Questions about about the pathlength of WP5.8-6.1 is affected by themes
Reported by: | longt4o | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Hello,
When I was using wordpress as workload to collect performance data, I found that the themes in wordpress/wp-content/ had a great impact on the pathlength of the transaction–that is, the number of instructions per transaction. Moreover, when I take out the release version of wordpress and change themes to other versions, the pathlenth will also change.
pathlength Variation:
WP5.8 -> WP5.9:-18.7%
WP5.8 -> WP6.1:-25.2%
I would like to ask: 1.why this is the case? Whether the themes truly affect the amount of code of each transaction? 2. Why the pathlength of 5.9 and 6.1 is reduced by so much compared to 5.8? Is it because of these php and css files? Or have done some optimizations to the code?
I really hope someone can help me with this, it will help me a lot.
Thank you for your time.