by lachgr on 1/30/15, 8:09 AM with 3 comments
by lachgr on 1/30/15, 8:12 AM
Besides this hosted version there are other options available, including a commandline client and an API. Check the GitHub repo [1].
by ous92 on 1/30/15, 11:08 AM
It helped me a lot to optimize my website perfomance. I highly recommand for all web developpers...
If you use to many !important tag you'll be noticed.
If you load more than one version of jquery, you'll also be informed...
You can also know if you make too many request on your DOM. So you'll have to use JS variable instead of doing a lot of DOM request ...
All these informations are critical to get the best web performances.
Regards,
Ben Younes Ousama.
by gaelmetais on 1/30/15, 10:45 AM