DOM? ?? ??? ?? ??? ? ?? ??? ?? ??? ??? ?? ?????. ??? ??? ??? ????. 1. ??? ? ? ?? ?? ?? ????. 2. ?? ?? ? ?? ??; 3. ??? ???? ?? ?? ?? ??? ??? ??????. 4. ???? ??? ??? ???? ?? ? ??? ??????. 5. ??? ?? ?? requestAnimationFrame? ???? ??? ??? ????????.
DOM? ?? ???? ?? ?? ?? ??????? ?? ?? ??? ?? ? ? ?? ??? ??? ? ????. ? ?? ?? ??? ????. ??? DOM ??? ??? ? ??? ???? JavaScript ??? ??? ???? ?????. ?? ??? ? ??? ????? ?? ?? (Repaint) ? Repaint (Repaint)? ??? ? ? ??? ??? ??? ?? ????.
DOM ??? ????? ?? ?? ?? ??? ??? ?? ??? ???? ?? ?? ????? ??? ????.
DOM ?? ?? ????
DOM ??? ?? JS ?? ??, ?? offsetWidth
?? getBoundingClientRect()
? ?? ??? ?? ? ?? ????. ? ??? "??"??? ????? ???? ?? ???? ?? ?? ????? ?????.
?? ? ?? :
- ?? ? ????? ?? ???? ? ?? ????.
- DOM???? ????? ?? ?? JS? ??? ??? ??????.
- ?? ?? ? ?? : ?? ?? ???? ?? ?? ??? ??? ???? ????? DOM? ???? ???.
?? ??:
const elements = document.querySelectorall ( '. item'); TotalHeight = 0???; ?? .foreach (el => { TotalHeight = el.offSetheight; // ? ?? ????});
??? ? ??? ??? ?? DOM ??? ??????
DOM? ?? ? ??? ???? ??? ? ? ????. 5 ? ???? ???? ????? 5 ?? ???? ?? ? ? ????. ??? ???? ??? ?? ? ?????.
??? ?? :
- ?? ?? (DocumentFragment)? ???? ?? ??? ??????.
- ??? ?? ?? ?? ? ? ?? ? ??????.
- ?? DOM ?? Framework (? : React)? ???? ???? ?? ????????.
?? ??:
const fragment = document.createDocumentFragment (); for (i = 0; i <100; i) { const div = document.createelement ( 'div'); div.textContent = '??'i; Fragment.AppendChild (div); } document.body.appendChild (??); // ???? ? ?? ??????
???? ??? ????? (???? ???)
?? ???? ??? ???? DOM ??? ????? ?? ?? ????.
???? ?? ?? ?? :
for (i = 0; i <eifts.length; i) { ?? [i] .style.width = container.offsetwidth 'px'; // ?? ??? ??? ??}}
??? ?? :
- ?? offsetwidth? ?? ??????.
- ?? ?? ??? ???? ?????.
?? ??? ??? ???? ??? ??????
???? ??? ?? ??? ???? ?? React? ?? ? VUE? ?? ? ???? ?? ?? ?? ??? ????? ???, ?? ?? ??? ??? DOM? ???? ? ????.
??? ??? ?? ???? ?? requestAnimationFrame
???? ???? ??? ????? ??? ?? ???? ???? ??? ??? (? : ?? ??, ???)?? DOM ?? ???? ?? ? ? ????.
????? ?? DOM ??? ?? ? ?? ? ? ??? ??? ?? ??? ??? ?? ?????. "?? ? ?? ? ??, ??? ????, ???? ??"? ???? ? ??? ????? ???? ? ????. ??? ??? ??? ????? ??? ?? ??????.
? ??? DOM ??? ???? ??? ??? ? ? ?????? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

??? ???? ?, ?? ? ??, GZIP ?? ? HTTP/2 ????? ????? ?? ??? ???? ???? NGINX ?? ??? ?? ? ? ????. 1. ??? ???? ? ? ?? ? ?? ?? : Worker_ProcessesAuto; ??? {worker_connections1024;}. 2. GZIP ?? ? HTTP/2 ???? ??? : http {gzipon; server {listen443sslhttp2;}}. 3. ?? ??? ?? : http {proxy_cache_path/path/to/cachelevels = 1 : 2k

Apache ??? ????? ?? : 1. Keepalive ?? ??, 2. ?? ????/??? ?? ?? ???, 3. ??? Mod_deflate ??, 4. ?? ??? ??? ??, 5. ?? ???. ??? ??? ?? Apache ??? ?? ?? ? ?? ?? ??? ?? ???? ? ????.

Java ??????? ????? ?? ????? ?? ??? ?????. JVM ?? ??? ???? ?? ?? ??? ???? ?????. ??? ???? ????? ?????? ?? ??? ?? GC ??? ?? ? ?????. Memcached ?? Redis? ?? ?? ???? ???? ?? ??? ???? ?????? ??? ????. ???? ???? ????? ?? ??? ?????? ?????. ???????? ???? ??? ???? ??????? ? ?? ???? ???? ???? ??? ?????.

PHP ????? ?? ???: ???? ???? ???? ?? ??? ??? ???? ??? ???? ?????? ??? ?? ?????. PHP ?????? ???? ??? ??????? ?? ??? ??? ??? ???? ?? ??? ????? ?? ?????. ? ????? ???? ???? ????? ???? PHP ?????? ??? ????? ?? ??? ???????. ???? ???? ????? ?? ???? ???? ????? PHP ????? ??????? ??? ?? ???? ? ?? ? ?? ??? ?????. ???: ???? ???? ??????? ???? ?? ?? ??? ?? ?? ??? ? ???? ?? ??? ?? ??? ???? ????. ???: ???? ???? ???? ???? ?? ??????? ????? ???? ???? ???? ???? ??? ? ????. ???: ???? ???? ????? ???? ??? ???? ??? ?????.

C++ ??? ???? ??? ????? ?? ??? ???? ??? ??, ??? ???? ??? ? constexpr ??? ?????. ?? ??: ?? ?? ???? ?? ?? ? ??? ??????.

XML ? RSS ???? ?? ? ? ?? ??? ?? ??? ??? ? ? ????. 1) LXML? ?? ???? ??? ???? ?? ?? ??? ??????. 2) ??? ??? ???? ??? ??? ????. 3) XPath ???? ???? ??? ?? ??? ??????. 4) ?? ???? ?? ??? ???? ?? ??? ??????.

OPCache? ????? ???? ??? ?????? PHP ??? ??????. ?? ???? ???? ????? Memcached? ?? ?? ?????? ?????. ?????? ??? ????(?: ?? ??? ????). ??? ??????(?: ??? ?? ??). XHProf? ?? ?? ?? ??? ???? ?? ?? ??? ?????.

YII2.0 ?? ???? ??? ??????? ??? ??? ????. 1. ?????? ?? ???, QueryBuilder ? ActiveRecord? ???? ?? ?? ? ?? ?? ??? ?????. 2. ?? ??, ???? ???? ??, ?? ? ??? ??; 3. ?? ?? ???, ?? ?? ?? ? ???? ???? ??. ??? ??? ?? YII2.0 ?? ????? ??? ?? ???? ? ????.
