-
rust
-
webgl shader
-
nextjs
-
truffle
-
web performance
I hereby claim:
- I am dushaobindoudou on github.
- I am dushaobin (https://keybase.io/dushaobin) on keybase.
- I have a public key ASBLoFXP-B-fUiez4Ah6Hzfsd3JS3aAa_GyKdMXxe1X9kAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"0.3676732489839196":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEUKJ/tHnPaGPMHKSxGJOVNITrNU0kTZku\r\ndN2RoU69a6TzMsPmkXF6fSNTNK3Nsi5HJReDUCJ2rvNqn3rlCgK+Zs3/AAAACDxn\r\naXRodWI+wv8AAACNBBATCAA//wAAAAWCVqmtXf8AAAACiwn/AAAACZBH0wXeLSDJ\r\n1/8AAAAFlQgJCgv/AAAAA5YBAv8AAAACmwP/AAAAAp4BAAAQ5AEAkFx1CjUDpzxi\r\njTd7HOWnOvE0kK25X3ztBuBthV7XpYEBAJpfSffqVJjxBiQNob3fjalHAWXIxU92\r\n6em9abWr+nmLzv8AAABWBAAAAAASCCqGSM49AwEHAgMEGgMQDvBctWJ62MCaoPMW\r\nBszd6JiObMX0BeGjJPFPBN58yE7uJBKzs4DEdR2FFHoMTA7wTuK/GCFthEXidbA2\r\nkAMBCAfC/wAAAG0EGBMIAB//AAAABYJWqa1d/wAAAAmQR9MF3i0gydf/AAAAApsM\r\nAAAVBAD/ZlB3G15c/eUVOPikaOa878n1bkTspkF5IfKL7avHr/0BAMIS9InxwjlM\r\n+To+/IGR32H8i4jPsIMEnlPWmN6uh4oP\r\n=fSF9\r\n-----END PGP PUBLIC KEY BLOCK-----\r\n","0.15863913320936263":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEUKJ/tHnPaGPMHKSxGJOVNITrNU0kTZku\r\ndN2RoU69a6TzMsPmkXF6fSNTNK3Nsi5HJReDUCJ2rvNqn3rlCgK+Zs3/AAAACDxn\r\naXRodWI+wv8AAACNBBATC |
All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout. This is also called reflow or layout thrashing, and is common performance bottleneck.
elem.offsetLeft
,elem.offsetTop
,elem.offsetWidth
,elem.offsetHeight
,elem.offsetParent
elem.clientLeft
,elem.clientTop
,elem.clientWidth
,elem.clientHeight
elem.getClientRects()
,elem.getBoundingClientRect()
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.