Skip to content

Extremely slow read for trello board list #45

@alanxone

Description

@alanxone

Hi,

The matterllo is deployed using a docker on GCP (4 core / 8g ram) internally with Nginx/SSL as the proxy.

However, it takes around 50 seconds to load the board list (https://XXX/board) from Trello each time we plan to add the integration.

loading_board

Following is the config for nginx

location / {
client_max_body_size 50M;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffers 256 16k;
proxy_buffer_size 16k;
proxy_read_timeout 600s;
proxy_pass http://internal-ip:8000;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions