-
Bug
-
Resolution: Done
-
Major
-
6.1.0
-
None
Description of problem:
There is rather long initial loading time for business central after logon - might not be visible too much on localhost or local network as it's rather fast but is really visible on slower networks.
Problem is caused by disabled caching of resources (*.cache.js) while they are perfectly cacheable.
when looking at network trace from the browser after logon you can notice hat every time around 7 MB js file is downloaded from the server while it should be downloaded only once.
Version-Release number of selected component (if applicable):
How reproducible:
open network trace in the browser (like Chrome) and logon to business central - look at cache.js file being always downloaded instead of being served from cache after first use.
Steps to Reproduce:
1.
2.
3.
Actual results:
cache.js files are downloaded every time user logon
Expected results:
cache.js files should be downloaded only once
Additional info:
- blocks
-
RHBPMS-317 Business central long initial loading time due to not cached js files
-
- Verified
-
- is duplicated by
-
RHBPMS-317 Business central long initial loading time due to not cached js files
-
- Verified
-