[wp-meta] [Making WordPress.org] #1829: Improve performance of new O2 sites

Making WordPress.org noreply at wordpress.org
Mon Sep 19 13:24:02 UTC 2016


#1829: Improve performance of new O2 sites
--------------------------------------+------------------
 Reporter:  ocean90                   |       Owner:
     Type:  defect                    |      Status:  new
 Priority:  high                      |   Milestone:
Component:  Make (Get Involved) / P2  |  Resolution:
 Keywords:                            |
--------------------------------------+------------------

Comment (by ocean90):

 Replying to [comment:1 dd32]:
 > Those database queries are fast so it shouldn't be causing such an
 issue, based on the significant number of cache hits it's probably doing a
 lot more to generate the page..

 I gave this a try and
 [https://github.com/ocean90/o2/commit/ded62692d2e60de4b9699f28036f64cd78688b55
 added some caching to term calls]. The number of queries is lower but the
 overall execution time is more or less the same.


 Page: https://make.wordpress.org/meta/2016/06/08/plugin-directory-v3-chat-
 summary-61/

 No patch: Time : 8.861 | DB Queries: 88 | Memory: 21,6/256M | Cache Hits:
 9826 | Cache Misses: 0
 With patch: Time : 6.905 | DB Queries: 27 | Memory: 21,4/256M | Cache
 Hits: 9717 | Cache Misses: 0


 Page: https://make.wordpress.org/meta/2016/07/11/devhub-weekly-chats-are-
 restarting/

 No patch: Time : 4.324 | DB Queries: 64 | Memory: 20,2/256M | Cache Hits:
 5799 | Cache Misses: 0
 With patch: Time : 3.447 | DB Queries: 24 | Memory: 20,2/256M | Cache
 Hits: 5690 | Cache Misses: 0

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1829#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list