Dear Zeeshan!
I think that you should create a plugin using replace all current link ( http://mainsite.com) by cdn link for images, css, js . you try to find the plugin in the JED or access the joomlancers.com to find a expert code help you on this.
here is a quick fix for you ( only apply for the ja template )
1) pls open the file templates/ja_teline_ii/ja_templatetools_1.5.php
and try to find the following codes:
[PHP]return JURI::base().”templates/”.$this->template;[/PHP]
and replace:
[PHP]
$base = preg_replace(‘#://#’, “://cnd.”,JURI::base() );
return $base .”templates/”.$this->template;
[/PHP]
good luck