Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page loading is very very slow. #2419

Closed
1 of 2 tasks
monkeyotg opened this issue Mar 17, 2024 · 5 comments
Closed
1 of 2 tasks

Page loading is very very slow. #2419

monkeyotg opened this issue Mar 17, 2024 · 5 comments

Comments

@monkeyotg
Copy link

If you have problems with the installation please use our community forum

What set up are you using

  • Cloud Hosted Version
  • Self Hosted

Describe the bug
These pages load very, very slowly, see the attached screenshots.
Snipaste_2024-03-17_23-08-28
Snipaste_2024-03-17_23-09-50
Snipaste_2024-03-17_23-11-21
Snipaste_2024-03-17_23-12-38
Snipaste_2024-03-17_23-14-23
Snipaste_2024-03-17_23-15-42

To Reproduce
Steps to reproduce the behavior:

  1. just open the page in the browser (tested with different browsers: Chrome, Brave, Edge, Firefox, no difference)

Expected behavior
A clear and concise description of what you expected to happen.

Leantime Version
latest

Server
Docker Desktop on Windows Server 2022
No indication that CPU and memory are maxed out.
Intel N100 + Docker: 3bg RAM

PHP / MySQL Version
mysql:8.0

Additional context
I've noticed this problem the first time launched Leantime. And after issues are added. It gets more terrible.

@marcelfolaron
Copy link
Contributor

Hard to say what the issue is here. I can't reproduce this on our development environments or in our production systems. We do run everything on Linux though. I am not sure how exactly windows handles docker and which image you are using right now .

@monkeyotg
Copy link
Author

I know what caused it now:
I added customized DNS configuration in Docker

{
  "builder": {
    "gc": {
      "defaultKeepStorage": "20GB",
      "enabled": true
    }
  },
  "dns": [
    "9.9.9.9",
    "8.8.8.8",
    "8.8.4.4"
  ],
  "experimental": true

without making this change, leantime can not resolve domain in the container, without DNS means no SMTP...

@marcelfolaron
Copy link
Contributor

Thanks for the update.

@monkeyotg
Copy link
Author

Why it is closed? @marcelfolaron
The problem is not solved!!!!

I need to use smtp, so I have to input DNS configuration.
And if I inputted the DNS configuration, then the page load speed becomes very very slow.
Meanwhile, all my other contains work greater with or without DNS configuration.

@marcelfolaron
Copy link
Contributor

marcelfolaron commented Apr 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants