Hey all, Long time user of fckeditor.. GREAT stuff.. very impressive..
We've just rolled out a new server architechture in which requests are routed thru an IIS "proxy" to a cluster of application servers.. this lets us do some interesting things like proxy parts of our application to different servers / clusters.. at any rate, the general premise is that IIS serves out static content (images, css,html) and the app servers do the rest.. obviously, theres some latency when loading fckeditor as theres a ton of stuff that loads up.. I'm wondering if anyone can help me understand where the various level lay so that i may split them out across my setup.. I've made some adjustments and have it loading, albeit a little slow since the bulk of it is getting proxied..
Can someone help me understand which JS, CSS, Images are involved, and the insertion points that I'll have to modify to get this to work right.. plzzzzz
We've just rolled out a new server architechture in which requests are routed thru an IIS "proxy" to a cluster of application servers.. this lets us do some interesting things like proxy parts of our application to different servers / clusters.. at any rate, the general premise is that IIS serves out static content (images, css,html) and the app servers do the rest.. obviously, theres some latency when loading fckeditor as theres a ton of stuff that loads up.. I'm wondering if anyone can help me understand where the various level lay so that i may split them out across my setup.. I've made some adjustments and have it loading, albeit a little slow since the bulk of it is getting proxied..
Can someone help me understand which JS, CSS, Images are involved, and the insertion points that I'll have to modify to get this to work right.. plzzzzz