Persian-NER icon indicating copy to clipboard operation
Persian-NER copied to clipboard

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

Open xsoheilalizadeh opened this issue 5 years ago • 1 comments

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 avatar Jan 16 '19 09:01 xsoheilalizadeh

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 avatar Jan 16 '19 11:01 Hameds