CFIDE Scripts - load order
Hello,
I have a coldfusion page which I am including a number of css and .js files (in the header). To increase the load spreed of a page, it is always recommended
to include script files after css files. This works fine for all other .js files, however not for any CFIDE srcipt files - I have tried including the <cfajaximport> tag
below all the css files, however the CFIDE scripts always get loaded above all my css files. This has a causes render-blocking issues and I was wondering
if anyone knew a way around it ...ie, a way to arrange the load order of CFIDE scripts ?
Thanks,
Ryan,
