Very Slow Rest API
-
Hello,
I have a blank theme, only a style and a function.php file.
I am using only woocommerce plugin.
Is this normal? To create a product in a empty database via rest-api in 1.5s-2s?In the request I send only a title for the product, and a unique sku.
I dont know what happens with a product that has variations and meta fields… I have added extra indexs in my db, in the wp_wc_product_meta_lookup but still same results. The database is fine, it works fast.
I know it’s not woocomerces fault, it’s wordpress. But is there a work around? Like adding product via wpdb or just use wpdb for all crud operations. I think this is a question that all devs ask’s maybe for 10 years now, is there such a option?
- The topic ‘Very Slow Rest API’ is closed to new replies.