Franco Leyes
Franco Leyes
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
thank you very much for the suggestion and help, I will keep trying
28 replies
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
yes, I've experimented with different worker classes, but the performance issue persists
28 replies
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
is there any way to debug or trace where it's coming from?
28 replies
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
any idea what might be going on?
28 replies
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
local: python manage.py runserver railway: I've tried many production setups, but currently, this is what I'm using "python manage.py migrate && python manage.py collectstatic --noinput && gunicorn -k gevent --workers=8 gym.wsgi"
28 replies
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
DEBUG is set to False
28 replies
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
My middleware stack configuration in the Django settings file is as follows: MIDDLEWARE = [ 'django.middleware.security.SecurityMiddleware', "whitenoise.middleware.WhiteNoiseMiddleware", 'django.contrib.sessions.middleware.SessionMiddleware', "corsheaders.middleware.CorsMiddleware", 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'django.middleware.locale.LocaleMiddleware', 'auditlog.middleware.AuditlogMiddleware', ]
28 replies
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
Yes, the Django app is connecting to the database via the private network
28 replies
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
Yes, both the database and Django app are hosted in the US East
28 replies
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
Yes, it is in railway
28 replies
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
I have tested from US West (Oregon, USA) and also from US East (Virginia, USA).
28 replies
RRailway
Created by Franco Leyes on 5/16/2024 in #✋|help
Slow Performance Issue with Django Admin in Production Environment
60937526-0f38-463c-a9c3-319f6b9e53dd
28 replies
RRailway
Created by Franco Leyes on 2/2/2024 in #✋|help
Critical Data Loss
Many thanks for your help!
6 replies
RRailway
Created by samim on 2/2/2024 in #✋|help
Database Migration issue
Facing the same issue here. Forgot to update DATABASE_URL during migration. Now, after changing to DATABASE_URL, experiencing data loss with records only up to November 18th. Any solutions or advice appreciated!
7 replies
RRailway
Created by Franco Leyes on 2/2/2024 in #✋|help
Critical Data Loss
60937526-0f38-463c-a9c3-319f6b9e53dd
6 replies
RRailway
Created by Carlitos on 8/26/2023 in #✋|help
Odoo Community Edition
Hi, were you able to make any progress with this deployment?
19 replies