Back to top

3 posts tagged with "css"

Knock out your unused CSS

Unused CSS is a one of the issues most web applications suffer when it comes to performance and page load time.

PublishedMay 07, 2019
Time to read10 min
csswebperfunusedRead more

Improve HTML and CSS performance

Recently I had a chance to present a talk at NDC Sydney about web performance and it received a great feedback.

PublishedSep 29, 2018
Time to read6 min
webperformancehtmlRead more

How to show or hide content without any JS library or code

Mentioning this is trivial as no one seems to notice this while using default JQuery show and hide methods to show or hide an element on a page. As you might have noticed this before when you use hide(), the element gets a  display:none; style. The problem is when you use show() to show the element again and here is when you seedisplay:block; is added to element styles.

PublishedJun 18, 2016
Time to read2 min
csshtmljavascriptRead more