CDN for table with many config dependencies
CDN for table with many config dependencies
lesalgado47
Posts: 40Questions: 14Answers: 0
Hello I made a proof of concept using a lot of the extensions that have dependencies file associated with them such as the one that exports the table to excel. What would be the best way to make the load time faster for all the files? I am using MVC 5 and plan to to bundle the reference files. Should I look into using a CDN as well ? I tried using the CDN link builder from your site but it said my package used too many files and they would not fit into a URL
This discussion has been closed.
Answers
Sorry about that bug with the download builder. Its a limitation in the file system that is being triggered by how I constructed the URLs. I've not yet thought of a good way around it - some kind of hash is the best I've got at the moment.
For now you could split your download into two and then combine your files locally.
Sounds like your web-site is going to contain a lot of Javascript!
Allan