▶PC & Windows
CCZ-CROSS스킨 로딩속도 빠르게하는 방법
Rehab.
2020. 3. 26. 10:11
반응형
1. 썸네일 치환자 변경
이렇게 변경시켜 줍니다.
2. fouc처리 삭제
fouc를 삭제하면 체감으로 빨라졌다는걸 바로 느낄 수 있습니다.
변경전
<section id="cts-result" class="no-entry fouc">
변경후
<section id="cts-result" class="no-entry">
변경전
<div class="sub-info fouc">
<span class="meta-cate">
<span class="txt">category</span>
변경후
<div class="sub-info">
<span class="meta-cate">
<span class="txt">category</span>
변경전
<s_index_article_rep>
<div class="list-row pos-right ratio-fixed ratio-4by3 crop-center lts-narrow fouc clearfix">
<s_article_rep_thumbnail>
변경후
<s_index_article_rep>
<div class="list-row pos-right ratio-fixed ratio-4by3 crop-center lts-narrow clearfix">
<s_article_rep_thumbnail>
## 공통적으로 fouc만 삭제하면 됩니다 ##