-2

I createad reports with GoodData UI and works successful.

GoodData UI exists many requests. In desktop OK but In mobile will use many 4G to customer.

Do exist control to requests ?

image


Hi Ivan,

I used react link.

In image exists 856 request without to stop.

Code used:

    <div style={{ height: 400, width: 600 }}>
        <Visualization
            identifier="abbAX8VdfTM8"
            projectId="dkrwpz8ki4iplckqups7luwz8uiviacy"
        />
    </div>  
  • thank you for your question. I need more details about your use-case. Which SDK components do you use? What is in your react code in <>? , , or what? Second: from attached screenshot is not clear which xhr requests are fired, I can't see URI or name of requested resource so I am not sure if all these requests are going to GoodData platform or not. Please attach screenshot with details of one selected request and its Header – Ivan Nejezchleb Nov 28 '18 at 09:18
  • Hi Ivan. I eidited post. – Robson Alves Bezerra Dec 04 '18 at 13:04

1 Answers1

0

I updated the dependencies and worked successfully.

  "dependencies": {
     "@gooddata/react-components": "^6.1.1",
     "node-sass": "^4.11.0",
     "react": "^16.5.2",
     "react-dom": "^16.5.2",
     "react-scripts": "2.1.2" },