i use dhtmlx to build a application. but it works slowly. Because it loads so many jsscript files!
How to solve?
it’s fit to develop Internet application???
Use libCompiler to combine separate js files in one
Configure web-server to send data as gzipped
It will decrease both - count of requests and amount of data which need to be sent to the client side.
can you please point to correct link to download libCompiler ?
Just grab full dhtmlxSuite package ( pro or standard ) - it includes libCompiler.