<head><link rel="stylesheet" href="./style.css"><script src="script.js"></script></head>
<head><style><?php include("./style.css"); ?></style><script><?php include("./script.js"); ?></script></head>
Like this:Versus this:I know that in the first one, you can take advantage of caching, but the second one is much less http requests. Do any of you have an opinion on this?