기타 개발

기타 개발

Lighthouse로 성능을 측정하여 좋은 유저 경험 만들기

내가 만든 회사 홈페이지에서 F12를 눌러 데스크탑에서의 성능을 측정해보았다. 성능과 접근성 점수가 낮아서 보완해보고자 했다. Largest contentful Paint가 7.1초나 걸렸다. LCP(Contentful Paint)란? Lighthouse 보고서의 성능 섹션 에서 추적되는 지표 중 하나이다. 각 지표는 페이지 로드 속도의 일부 측면을 포착한다. Tree Map 개선방법 일단은 Footer쪽에 모달들이 그냥 import로 되어 있길래, 변경했다. 변경전 import ContactUsModalKR from '~/components/UI/modals/ContactUsModalKR'; import ContactUsModalEN from '~/components/UI/modals/en/Contac..

기타 개발

Antd Datepicker(RangePicker) clone.weekday is not a function

antd의 RangePicker 예제를 그대로 썼는데 clone.weekday is not a function 라는 에러가 났다. 깃허브 답변처럼 몇몇개를 더 import하니 에러가 해결됬다. https://github.com/react-component/picker/issues/123 clone.weekday is not a function · Issue #123 · react-component/picker dayjs 1.8.30 点击日期选择器直接报错 TypeError: clone.weekday is not a function in DateBody (created by DatePanel) in div (created by DatePanel) in DatePanel (created by PickerPan..

Mori_FEDev
'기타 개발' 카테고리의 글 목록