Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance: Static files just have min format name but really they aren't. #51

Open
xsoheilalizadeh opened this issue Jan 16, 2019 · 1 comment
Milestone

Comments

@xsoheilalizadeh
Copy link
Contributor

xsoheilalizadeh commented Jan 16, 2019

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.
2019-01-16_13-18-52

Expected behavior:

Minified and bundled static files

Actual behavior:

UnMinified and Unbundled static files

Versions

Browser: Chrome 71
OS: Windows 10
Platform: web
@xsoheilalizadeh 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
@Hameds
Copy link
Member

Hameds commented 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

@Hameds Hameds added this to the Backlog milestone Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants