views:

128

answers:

1

I have used CKEditor in my ASP.NET pages. But after than, that pages are very slow. Is it possible that it is caused by CKEditor?

A: 

CKEditor might be loading a lot of CSS and JavaScript into your page, so it's a possibility. Have you tried removing it to compare the performance difference?

You could try a tool like ANTS Performance Profiler to find the bottleneck if you think it's a server-side .NET issue.

cxfx
Delay is more than loading CSS and JavaScript, sometimes it take more than one minute to load!
afsharm