gray-mueller / gray-mueller/online-food-ordering-system-using-java
Store list on admin store page takes a long time to load
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The store list on the store page in the admin panel takes an unusually long time to load. This affects user experience and slows down admin operations.
To Reproduce
Steps to reproduce the behavior:
Log in to the admin panel
Navigate to the Store page
Wait for the list of stores to load
Notice the extended loading time (can take several seconds or more)
Expected behavior
The store list should load promptly within a reasonable time (1–2 seconds maximum).
Screenshots
If applicable, add a screenshot or video showing the loading state or spinner.
Desktop (please complete the following information):
OS: [e.g. Windows 11]
Browser: [e.g. Chrome]
Version: [e.g. 124.0.6367.91]
Smartphone (please complete the following information):
Device: Samsung Galaxy A15 (for cross-check, if mobile tested)
OS: Android
Browser: Chrome
Version: Latest
Device (for comparison): iPhone 13 Pro Max
OS: iOS
Browser: Safari
Version: Latest
Additional context
This issue may be due to unoptimized data fetching, lack of pagination, or large store data being returned all at once. It might be useful to review API response time or implement lazy loading or pagination.
Contributor guide
Assessment
This issue has not been assessed yet.