S
S
Spunreal2015-02-03 21:25:32
css
Spunreal, 2015-02-03 21:25:32

What is the name of the application for chrome or any other browser to extract css from the first 1000 pixels of a page?

Recently I came across an extension for chrome, in which it was possible to separate all the css from the first 1000 pixels of the page into a separate "file". This is necessary for the normal passage of speed test insight from Google.
Somehow I don't want to manually select all the necessary styles. The site is on bootstrap, not "self-written css".

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Семен Борисов, 2015-02-04
@snice17

А ты уже вырезал все стили, которые на проекте не используются? От этого толка чуть больше будет.

L
L0k1, 2015-02-04
@L0k1

not the first 1000 pixels, but what is visible on the screen when loading - critical path.
I can assume that here you can see the tools for this https://github.com/addyosmani/critical-path-css-tools

Y
Yunus Gaziev, 2015-02-04
@BBoyJuss

Google performance-budget
There is a plugin for GruntJs https://www.npmjs.com/package/grunt-perfbudget
that will help save time at the development stage
. Alternatively, you can embed (inline) critical style files in the head. Well, plus carefully read the google reports speed test, maybe the scripts are interfering with the start of page rendering

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question