Tagged Questions
2
votes
2answers
575 views
Are unused CSS rules so costly that they must be removed?
I have been reading various Web application optimizing articles and many of them suggest to remove unused CSS rules. Currently, I have a page which has jQueryUI css, Bootstrap CSS, Datatables CSS and ...
0
votes
1answer
90 views
Branding websites aimed for mobile devices [closed]
I'm currently working on a website which is also supposed to be mobile optimized.
My client has provided me with a layout of how the mobile version of how the website should look like. Making their ...
3
votes
4answers
839 views
Guidelines for HTML/CSS/JS optimization process
Currently we have a Development server on which we write the HTML/CSS/JS code. We do not optimize our code using compressors/minifiers. So our deployment process from Development to Production is ...