Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hw6 #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

hw6 #86

wants to merge 1 commit into from

Conversation

stashevgenij
Copy link

HW6

1. Budget

Добавил бюджет, запускаю sitespeed.io.
Фейл, как и ожидалось, размер JS 1.1 MB, max limit 449.2 KB.

2. Analyze

Запустил сборку с webpack-bundle-analyzer, самый большой чанк proCharts, в нем больший размер у moment и chart.js.

3. Optimization

proCharts подключается только во views/dashboards/pro, поэтому можно попробовать исключить из vendor chart.js и moment, добавив условия в параметр minChunks.

4. Result

Мы уложились в бюджет 460кб, добавим защиту от регрессии с помощью sitespeed.io в CI.

Со второго раза в бюджет немного не уложился, поэтому поднял бюджет до 500кб.

Copy link
Collaborator

@spajic spajic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅👍


## 3. Optimization

`proCharts` подключается только во `views/dashboards/pro`, поэтому можно попробовать исключить из `vendor` `chart.js` и `moment`, добавив условия в параметр `minChunks`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Плюс за понимание того, почему можно убрать эти либы из vendor


Мы уложились в бюджет 460кб, добавим защиту от регрессии с помощью `sitespeed.io` в `CI`.

Со второго раза в бюджет немного не уложился, поэтому поднял бюджет до 500кб.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

возможно там разбухли npm-пакеты со времени формирования задания

многие в этом потоке сталкиваются с таким

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants