hterik opened a new issue, #69609:
URL: https://github.com/apache/airflow/issues/69609
### Under which category would you file this issue?
Airflow Core
### Apache Airflow version
3.2.2
### What happened and how to reproduce it?
1. Open Airflow **Home** in the browser
2. Click on the **Dags** tab in the navbar to the left.
* Page loads and displays first 50 dags found. Ignore how long this
takes for now. This is just to cache the response for step 5.
4. Click on **Home** again
5. Click on **Dags** again -
* Confirm in the browser developer console that no network request is
being sent.
* The list of first 50 dags are shown. **But it takes around 2 seconds
for the page to load, despite no network delay being involved.**
Using Firefox 152.0.4 on pretty snappy laptop that generally doesn't have
performance issue elsewhere.
### What you think should happen instead?
If the list of dags is cached in the browser, it should render with no
noticeable delay.
### Operating System
Ubuntu
### Deployment
Other Docker-based deployment
### Apache Airflow Provider(s)
_No response_
### Versions of Apache Airflow Providers
```
apache-airflow==3.2.2
apache-airflow-client==3.2.2
apache-airflow-core==3.2.2
apache-airflow-mypy==0.1.0
apache-airflow-providers-celery==3.20.0
apache-airflow-providers-cncf-kubernetes==10.17.1
apache-airflow-providers-common-compat==1.15.0
apache-airflow-providers-common-io==1.7.2
apache-airflow-providers-common-sql==2.0.0
apache-airflow-providers-docker==4.5.6
apache-airflow-providers-fab==3.6.4
apache-airflow-providers-postgres==6.7.0
apache-airflow-providers-smtp==3.0.1
apache-airflow-providers-standard==1.13.1
apache-airflow-task-sdk==1.2.2
```
### Official Helm Chart version
Not Applicable
### Kubernetes Version
_No response_
### Helm Chart configuration
_No response_
### Docker Image customizations
_No response_
### Anything else?
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]