Search Results

0
votes

What is a good CSS strategy?

Whatever your choice is, avoid using the @import directive. Makes the browser load stylesheets sequentially, hence slowing down loading and rendering for your page. …
0
votes

Splitting requests across domains—thwarting overzealous security

Do you have a specific user-agents list that present this behaviour? Maybe Apache conf could solve this problem? (or create a new problem for you to solve :-) ). Watch out for the cookie fr …