POST on Add To Cart AJAX extremely slow
-
Hello! Im getting a waiting time of 8-9 seconds for adding something to the cart using ajax (example page https://wear-together.at/product/hdbw-hoodie/).
Almost the entire duration in the dev tools comes fromRequest URL:
https://wear-together.at/product/hdbw-hoodie/
Request Method:
POST
With Payload:- attribute_colors: Charcoal
- attribute_sizes: L
- quantity: 1
- add-to-cart: 30828
- product_id: 30828
- variation_id: 30842
My DB queries have a normal speed according to query monitor, i use redis and cloudflare. The rest of the page is quick to load when cached. How would i locate what causes this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘POST on Add To Cart AJAX extremely slow’ is closed to new replies.