appsmithorg / awesome-appsmith

115 stars 27 forks source link

Docker Image is very slow #34

Closed PaulMcF1987 closed 2 years ago

PaulMcF1987 commented 2 years ago

I am running this app on Docker. I am finding that it is running very slow in development mode, I tried deploying the app and it runs slightly quicker but is still extremely slow, it can take up to 1 minute for the selected page to load.

Also, when I click on a table row, I have it set to open a Modal. Again, the modal can take up to 1 minute to open and when it does, often it is blank. I need to close the modal, refresh the page and then open it again. I have found on occasions that I need to do this more than once in order for it to work.

I am using a Docker hosted MYSQL Database. I tried to connect it to my local hosted database but was unable to establish a connection. I have used docker hosted SQL databases with other Images/containers and never had a problem So I doubt that the SQL Database is the issue, I have tested the database with HeidiSQL and it is very responsive.

My YML File

version: "3"

services: appsmith: image: index.docker.io/appsmith/appsmith-ce container_name: appsmith ports: