bobbingwide / wp-top12

Measuring effect on server response of the Top 12 WordPress plugins
Apache License 2.0
0 stars 0 forks source link

Compare performance of WordPress 4.4 through 4.7 #2

Open bobbingwide opened 7 years ago

bobbingwide commented 7 years ago

One year on from producing the unpublished results for WordPress 4.4 and each of the top 12 plugins I want to produce a new set, to see if the plugins are more or less efficient than their previous versions.

The results indicate that WordPress itself has slowed down.

bobbingwide commented 7 years ago

See vanilla-44-47-summary.ods for the result set that indicates that the run time server performance has increased by 9% average.

WordPress 4.7 is slower than WordPress 4.4 due to:

  1. Unverified performance degradation in WordPress 4.5 ( added 0.5% )
  2. Additional logic and query for 'can_compress_scripts' ( added 1.55%, in WordPress 4.6 )
  3. Additional logic and query for Custom CSS ( added 2% )
  4. Addition of REST API
  5. Increased number of hook invocations
  6. New hook logic - difficult to measure
  7. Other changes