Title: coding standard improvements
Last modified: February 11, 2019

---

# coding standard improvements

 *  Resolved [jiggaman](https://wordpress.org/support/users/jiggaman/)
 * (@jiggaman)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/coding-standard-improvements/)
 * Hey guys, I’m woocommerce enthusiast…however i am also all about efficiency…and
   i get slightly irked everytime i check things out with query monitor and see 
   around 54 extra queries all being from woocommerce on the dashboard…and woocommerce
   stripe kicking in another 14….which in opinion is…crazy…
 * So as I review your queries, I see a large portion of queries dedicated to
 * `select option_value from wp_x_options WHERE option_name = "something"`
 * since these sets of queries are loading on EVERY wp-admin request (which perhaps
   is also unnecessary)….why not consolidate this data into a simple json data dictionary.
 * Since you wont be using woocommerce stripe without woocommerce..you could probably
   even add that option data set to one singular json data field.
 * Thoughts…? There are probably other optimization possibilities…but this is pretty
   straight forward unless I am missing something….lmk
 * As squarespace, weebly, shoppify, ect move up in the world, for word press to
   stay relevant performance is critical, so please consider moving this up the 
   priority chain.
 * Thanks!
    -  This topic was modified 7 years, 3 months ago by [jiggaman](https://wordpress.org/support/users/jiggaman/).
    -  This topic was modified 7 years, 3 months ago by [jiggaman](https://wordpress.org/support/users/jiggaman/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcoding-standard-improvements%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/coding-standard-improvements/#post-11194707)
 * If you don’t get a satisfactory answer here, try this link for posting improvement
   suggestions:
    [https://github.com/woocommerce/woocommerce/issues](https://github.com/woocommerce/woocommerce/issues)
 * You can search that forum to see if your suggestion has been proposed before 
   and for any response.

Viewing 1 replies (of 1 total)

The topic ‘coding standard improvements’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [Coding](https://wordpress.org/support/topic-tag/coding/)
 * [performance](https://wordpress.org/support/topic-tag/performance/)

 * 1 reply
 * 2 participants
 * Last reply from: [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/coding-standard-improvements/#post-11194707)
 * Status: resolved