Situation:
My website is dynamically served, with all CSS and javascript directly embedded into the HTML document to optimize speed.
Advantages:
- Reduces web requests
- Fewer files downloaded
- Speeds up webpage loading time
Disadvantages:
- Potential caching problems
Aside from caching concerns, are there any other reasons not to use this approach?