public marks

PUBLIC MARKS from dzc with tag webperf

2018

JavaScript Optimization  |  Web Fundamentals  |  Google Developers

Delivering less JavaScript can mean less time in network transmission, less spent decompressing code and less time parsing and compiling this JavaScript.

2017

sonarwhal

a linting tool for the web: accessibility, speed, security, and more (best practices and common errors)

You Don't Need the DOM Ready Event

by 1 other
It usually takes a long time for the DOM ready event to fire. During this time, many parts of a webpage are inactive as they wait for Javascript to kick in and initialize them. This delay is significant and makes a rich web application become available slower. Creates a bad user experience, doesn't adhere to any design pattern and is, really, not needed...

2016

Lazy Loading Images? Don’t Rely On JavaScript! | Robin Osborne

by 1 other
Given the potential limitations, let’s work on a solution that can handle all my concerns: a. works without JavaScript (i.e., lazy loading is an enhancement) b. vanilla js – no dependencies on jquery or angularjs c. works with broken JavaScript (i.e., the browser supports JavaScript, but there’s a js error somewhere which causes your script to break; might not even be your fault!)

Front-end Guidelines Questionnaire: Writing consistent & cohesive code

by 1 other
A one-page questionnaire to help your team establish effective frontend guidelines, so that you can write consistent & cohesive code together.

High Performance Browser Networking (O'Reilly)

by 1 other
This book is required reading for anyone who cares about web performance; it's already established as the go-to reference on the topic. —Mark Nottingham (IETF HTTPBis Chair)

2015

Why AMP is fast

While this article is about optimizations in AMP, it might also be useful as a kind of todo list for optimizing a non-AMP website.

2013

RokBooster - Joomla! Extensions Directory

This advanced extensions will compress and combine your CSS and JavaScript into as few files as possible each.

2010