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 .
- This topic was modified 7 years, 3 months ago by .
The page I need help with: [log in to see the link]
The topic ‘coding standard improvements’ is closed to new replies.