Hi,
We are using CKEditor2.00.12 on DNN 6.1.5
When we try to insert an image we get a very slow response. i.e. we click the Image Button, then click "Browse Server" button. The resulting pop up window takes at least 50 seconds to load. Its driving our client nuts!
Comments: ** Comment from web user: leupold **
We are using CKEditor2.00.12 on DNN 6.1.5
When we try to insert an image we get a very slow response. i.e. we click the Image Button, then click "Browse Server" button. The resulting pop up window takes at least 50 seconds to load. Its driving our client nuts!
Comments: ** Comment from web user: leupold **
if you are having many files in the default folder, this is caused by DNN, which retrieves the list of files first and next request properties of each individual file. Make sure, not putting too many files in a single folder (less than 100). This should be solved in DNN 7 with dnnTurbo Scripts applied.