3.6.2 Question
Multiple Choices
You want to implement bundling and minification in your site. What are some of the potential problems you need to be aware of? (Choose all that apply.)
- A. None; there is no condition in which this is a poor decision.
- B. You need to be sure you do not bundle too many scripts together because you cannot take advantage of concurrent downloads if only one or two files are being downloaded.
- C. You should bundle and minimize scripts and CSS files together for maximum effectiveness.
- D. Not bundling logically linked scripts together can have a negative effect on performance.