Demo: Feedback Details

Demo feedback from SaaS Dashboard

Feedback #4

SaaS Dashboard
August 27th, 2026 6:25 AM
06:25:10
New

Checkout process is too slow on mobile devices.

Explain this in plain English

A quick, jargon-free summary of what likely went wrong.

The visitor tried to pay on a phone and checkout was very slow. Behind the scenes the payment request to the server timed out (over 5 seconds, returning a 'Gateway Timeout'), so they had to retry. The likely cause is a slow or unresponsive payment gateway, not the shopper's device.

AI-generated · may not be perfect

OS
Linux
Browser
Chrome 112.0.0.0
Viewport
412 x 783
Feedback screenshot
2 entries
warn6:54:45 AM
Payment gateway response slow: 3.2s
error6:54:50 AM
Timeout waiting for payment confirmation
2 requests
POST5045234ms6:54:44 AM
https://api.shop.example.com/checkout/process
Content-Type
application/json
Request Headers
Content-Type: application/json
Authorization: Bearer shop-token-abc
Response Headers
Content-Type: application/json
Request Body
{
  "cartId": "cart-789",
  "paymentMethod": "credit_card",
  "amount": 129.99,
  "currency": "USD"
}
Response Body
{
  "error": "Gateway timeout",
  "message": "Payment processor did not respond within 5 seconds"
}
POST2004123ms6:54:52 AM
https://api.shop.example.com/checkout/process
Content-Type
application/json
Request Headers
Content-Type: application/json
Authorization: Bearer shop-token-abc
Response Headers
Content-Type: application/json
Request Body
{
  "cartId": "cart-789",
  "paymentMethod": "credit_card",
  "amount": 129.99,
  "currency": "USD"
}
Response Body
{
  "success": true,
  "orderId": "order-456",
  "transactionId": "txn-123456789"
}
15 actions
🔗
NAV6:52:10 AM
Page Load/products
🖱️
CLICK6:52:30 AM
Product: Wireless Headphones
🔗
NAV6:52:35 AM
Page Load/products/wireless-headphones
🖱️
CLICK6:52:50 AM
Button: Add to Cart
🖱️
CLICK6:53:00 AM
Button: View Cart
🔗
NAV6:53:05 AM
Page Load/cart
🖱️
CLICK6:53:20 AM
Button: Proceed to Checkout
🔗
NAV6:53:25 AM
Page Load/checkout
⌨️
INPUT6:53:40 AM
Input: Card Number•••• •••• •••• 4242
⌨️
INPUT6:53:45 AM
Input: Expiry12/26
⌨️
INPUT6:53:50 AM
Input: CVV•••
📝
SUBMIT6:54:00 AM
Form: Payment
ERROR6:54:25 AM
Payment ProcessingGateway Timeout - Retrying...
📝
SUBMIT6:54:30 AM
Form: Payment (retry)
🖱️
CLICK6:55:05 AM
Button: Send Feedback
{ "url": "https://shop.example.com/checkout", "timestamp": "2025-04-03T11:03:55.330Z", "userAgent": "Mozilla/5.0 (Linux; Android 13; SM-S908B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Mobile Safari/537.36", "screen": { "width": 412, "height": 915 }, "viewport": { "width": 412, "height": 783 }, "breadcrumbs": [ { "type": "navigation", "target": "Page Load", "data": "/products", "timestamp": 1787813530357 }, { "type": "click", "target": "Product: Wireless Headphones", "timestamp": 1787813550357 }, { "type": "navigation", "target": "Page Load", "data": "/products/wireless-headphones", "timestamp": 1787813555357 }, { "type": "click", "target": "Button: Add to Cart", "timestamp": 1787813570357 }, { "type": "click", "target": "Button: View Cart", "timestamp": 1787813580357 }, { "type": "navigation", "target": "Page Load", "data": "/cart", "timestamp": 1787813585357 }, { "type": "click", "target": "Button: Proceed to Checkout", "timestamp": 1787813600357 }, { "type": "navigation", "target": "Page Load", "data": "/checkout", "timestamp": 1787813605357 }, { "type": "input", "target": "Input: Card Number", "data": "•••• •••• •••• 4242", "timestamp": 1787813620357 }, { "type": "input", "target": "Input: Expiry", "data": "12/26", "timestamp": 1787813625357 }, { "type": "input", "target": "Input: CVV", "data": "•••", "timestamp": 1787813630357 }, { "type": "submit", "target": "Form: Payment", "timestamp": 1787813640357 }, { "type": "error", "target": "Payment Processing", "data": "Gateway Timeout - Retrying...", "timestamp": 1787813665357 }, { "type": "submit", "target": "Form: Payment (retry)", "timestamp": 1787813670357 }, { "type": "click", "target": "Button: Send Feedback", "timestamp": 1787813705357 } ], "consoleLogs": [ { "level": "warn", "message": "Payment gateway response slow: 3.2s", "timestamp": 1787813685357 }, { "level": "error", "message": "Timeout waiting for payment confirmation", "timestamp": 1787813690357 } ], "networkLogs": [ { "method": "POST", "url": "https://api.shop.example.com/checkout/process", "status": 504, "statusText": "Gateway Timeout", "timestamp": 1787813684357, "duration": 5234, "contentType": "application/json", "requestHeaders": { "Content-Type": "application/json", "Authorization": "Bearer shop-token-abc" }, "requestBody": "{\"cartId\":\"cart-789\",\"paymentMethod\":\"credit_card\",\"amount\":129.99,\"currency\":\"USD\"}", "responseHeaders": { "Content-Type": "application/json" }, "responseBody": "{\"error\":\"Gateway timeout\",\"message\":\"Payment processor did not respond within 5 seconds\"}" }, { "method": "POST", "url": "https://api.shop.example.com/checkout/process", "status": 200, "statusText": "OK", "timestamp": 1787813692357, "duration": 4123, "contentType": "application/json", "requestHeaders": { "Content-Type": "application/json", "Authorization": "Bearer shop-token-abc" }, "requestBody": "{\"cartId\":\"cart-789\",\"paymentMethod\":\"credit_card\",\"amount\":129.99,\"currency\":\"USD\"}", "responseHeaders": { "Content-Type": "application/json" }, "responseBody": "{\"success\":true,\"orderId\":\"order-456\",\"transactionId\":\"txn-123456789\"}" } ] }
Miniback Demo - Try Our Widget