Service Workers & Manifests
Aug 19 2017- POSTED BY projecth
Service Worker A script that runs in the background that features to be cached without requiring a user interaction. They […]
Read MoreService Worker A script that runs in the background that features to be cached without requiring a user interaction. They […]
Read MoreGulp Modules Build a Gulp pipeline resource that will minify the resources in our app to their smallest footprint possible. […]
Read MoreFact is, JavaScript loaded in the browser is FAST! It’s the sending of code that needs to be optimized. The […]
Read MoreYou can optimize images using one of the following Gulp modules: gulp-tinypng gulp-image gulp-imagemin TinyPNG’s Open API Use TinyPNG’s […]
Read MoreImages are the number one perceived performance fail of any web app. A slowly loaded image can really impact your […]
Read MoreImages in CSS with background Use @media queries. Using a mobile-first perspective, your CSS media queries should be: min-width. .image-background […]
Read MoreThe goals when writing performance CSS is to accomplish your desired styling with as less code as possible. Use CSS […]
Read MoreImages Images are almost always the biggest use of bandwidth. Use sprite maps to combine images into one large image. […]
Read MorePage Speed Google Page Speed is a family of tools that can help you optimize the performance of a website. […]
Read MoreFront End Performance Optimization is the modification of HTML, CSS, and JavaScript (and sometimes, server configuration) for the purpose of […]
Read More