You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Customer panel is slow, in some cases we cloud improve it. I've found the issue that is minification for static files. Javascript files aren't minified they just have min name and there are jquery validator js files that aren't needed in most of the pages, we use them just in forms. The minification case also is there for CSS files. After minification, we cloud going to bundle static files to a single file that this act reduces our request count.
Expected behavior:
Minified and bundled static files
Actual behavior:
UnMinified and Unbundled static files
Versions
Browser: Chrome 71
OS: Windows 10
Platform: web
The text was updated successfully, but these errors were encountered:
xsoheilalizadeh
changed the title
Performance: Static files just have min format name but really aren't.
Performance: Static files just have min format name but really they aren't.
Jan 16, 2019
We have some problem with built-in bundling so, in order to focus on other scheduled tasks, we set BundleTable.EnableOptimizations = false; and instead of bundling, we use these .min version of files for now. Thanks for reporting this. we will surely work on improving user experience including performance
Description
The Customer panel is slow, in some cases we cloud improve it. I've found the issue that is minification for static files. Javascript files aren't minified they just have
min
name and there are jquery validator js files that aren't needed in most of the pages, we use them just in forms. The minification case also is there for CSS files. After minification, we cloud going to bundle static files to a single file that this act reduces our request count.Expected behavior:
Minified and bundled static files
Actual behavior:
UnMinified and Unbundled static files
Versions
The text was updated successfully, but these errors were encountered: