sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
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.
Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.
elem.offsetLeft
, elem.offsetTop
, elem.offsetWidth
, elem.offsetHeight
, elem.offsetParent
html { | |
/** -ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100%; */ | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
-webkit-tap-highlight-color: transparent; | |
text-rendering: optimizeLegibility; | |
font-kerning: normal; | |
font-variant-ligatures: common-ligatures, contextual; | |
-moz-font-feature-settings: "kern", "liga", "clig", "calt"; |
### | |
# Unity folders and files | |
### | |
[Aa]ssets/AssetStoreTools* | |
[Bb]uild/ | |
[Ll]ibrary/ | |
[Ll]ocal[Cc]ache/ | |
[Oo]bj/ | |
[Tt]emp/ | |
[Uu]nityGenerated/ |
MIKE WANT US TO CARE ABOUT: | |
1) INDEXES | |
http://blog.2ndquadrant.com/jsonb-type-performance-postgresql-9-4/ | |
2) TRY TO USE VIEW ON SIMPLE SEARCH | |
http://www.postgresql.org/docs/9.3/static/rules-materializedviews.html | |
GUIDES | |
1) http://schinckel.net/2014/05/25/querying-json-in-postgres/ |
<script type="application/ld+json"> | |
{ | |
"@context" : "http://schema.org", | |
"@type" : "ProfilePage", | |
"mainEntity" : { | |
"@type" : "Person", | |
"name" : "Jane Doe", | |
"givenName" : "Jane", | |
"familyName" : "Doe", | |
"email" : "[email protected]", |