#perftip search results

WebPerf Tip: If your site don't use any font, you don't need the preconnects and the CSS resource #WebPerf #Performance #PerfTip

nucliweb's tweet image. WebPerf Tip: If your site don't use any font, you don't need the preconnects and the CSS resource

#WebPerf #Performance #PerfTip
nucliweb's tweet image. WebPerf Tip: If your site don't use any font, you don't need the preconnects and the CSS resource

#WebPerf #Performance #PerfTip

How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZpKrJ

DailyDotNetTips's tweet image. How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZpKrJ

How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? ow.ly/ZGTMf

DailyDotNetTips's tweet image. How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? ow.ly/ZGTMf

How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? bit.ly/1P3vXgx

SoftFluent's tweet image. How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? bit.ly/1P3vXgx

3How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZkUNi

DailyDotNetTips's tweet image. 3How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZkUNi

#perftip Naming all your variables Goku makes code faster because Goku learned the Instant Transmission technique on Planet Yardrat after fi


setTimeout(0) vs requestAnimationFrame If you're working with animations, `requestAnimationFrame` is the way to go If you want to hold off executing a code until after the other code has finished, `setTimeout(0)` is the better option phuoc.ng/collection/thi… #WebPerf #PerfTip


#PerfTip: If you ask for an element's box size (eg:offsetHeight) in any way, it will cause a re-layout to answer your question.


IBM Java7 introduces java.util.concurrent capabilities using a new fork/join framework buff.ly/MJg85S #perftip


#PerfTip: Uygulamanızın CPU kullanımı çok düşük seviyelerde seyrediyorsa, hemen sevinmeyin! Çünkü uygulamanız kullanması gereken kaynakları maximum kullanmıyor ve bundan dolayı yavaş çalışıyor olabilir. Bu genelde threadlerinizin blocklanıyor olmasından kaynaklanır. Çözüm: Async.


There are many options for distributed data caching. Before leaning on #cache, make sure transactions are optimized to begin with! #perftip


#PerfTip If the Largest Contentful Element (LCE) is represented by a block of text: - optimize your font files (subsetting is a great techinque) - serve the fonts from a good CDN / cache the hell out of them - load them as soon as possible (use preload) - preconnect to the CDN…


#AWK never gets old. Quick one liner to calc min/max/mean over a results file #perftip bit.ly/R2HJOF


JDK8 AtomicInteger brings #lockfree algorithms thanks to XADD over CAS #perfTip #noRetriesRequired


#PerfTip for hero images, usually the element that impacts the LCP metric. 1️⃣ Use next-gen image format (WebP, AVIF, JPEG XL) 2️⃣ Preload the image 3️⃣ Don't use loading="lazy" attribute 4️⃣ Don't use decoding="async" attribute #WebPerf #WPO #Performance #LCP #CoreWebVitals


Optimize embedded system performance with Intel QuickAssist Acceleration Technology intel.ly/PjE1gD #perftip


Performance information is now in your finger tip - #PerfTip in #VS2015 dailydotnettips.com/2015/07/25/per…


#PerfTip If the Largest Contentful Element (LCE) is represented by a block of text: - optimize your font files (subsetting is a great techinque) - serve the fonts from a good CDN / cache the hell out of them - load them as soon as possible (use preload) - preconnect to the CDN…


setTimeout(0) vs requestAnimationFrame If you're working with animations, `requestAnimationFrame` is the way to go If you want to hold off executing a code until after the other code has finished, `setTimeout(0)` is the better option phuoc.ng/collection/thi… #WebPerf #PerfTip


WebPerf Tip: If your site don't use any font, you don't need the preconnects and the CSS resource #WebPerf #Performance #PerfTip

nucliweb's tweet image. WebPerf Tip: If your site don't use any font, you don't need the preconnects and the CSS resource

#WebPerf #Performance #PerfTip
nucliweb's tweet image. WebPerf Tip: If your site don't use any font, you don't need the preconnects and the CSS resource

#WebPerf #Performance #PerfTip

#PerfTip for no hero images of your site 1️⃣ Use next-gen image format (WebP, AVIF, JPEG XL) 2️⃣ Don't preload the image that isn't the hero image 3️⃣ Use the loading="lazy" attribute 4️⃣ Use decoding="async" attribute #WebPerf #WPO #Performance #ImagePerf #Image #CoreWebVitals


#PerfTip for hero images, usually the element that impacts the LCP metric. 1️⃣ Use next-gen image format (WebP, AVIF, JPEG XL) 2️⃣ Preload the image 3️⃣ Don't use loading="lazy" attribute 4️⃣ Don't use decoding="async" attribute #WebPerf #WPO #Performance #LCP #CoreWebVitals


#PerfTip: Uygulamanızın CPU kullanımı çok düşük seviyelerde seyrediyorsa, hemen sevinmeyin! Çünkü uygulamanız kullanması gereken kaynakları maximum kullanmıyor ve bundan dolayı yavaş çalışıyor olabilir. Bu genelde threadlerinizin blocklanıyor olmasından kaynaklanır. Çözüm: Async.


#PerfTip Never underestimate the role that memory pressure plays in the performance of your app.


#PerfTip: If you ask for an element's box size (eg:offsetHeight) in any way, it will cause a re-layout to answer your question.


JDK8 AtomicInteger brings #lockfree algorithms thanks to XADD over CAS #perfTip #noRetriesRequired


#PerfTip Use System.Buffers (github.com/dotnet/corefx/…) for temporary arrays


How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? ow.ly/ZGTMf

DailyDotNetTips's tweet image. How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? ow.ly/ZGTMf

How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZpKrJ

DailyDotNetTips's tweet image. How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZpKrJ

How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? bit.ly/1P3vXgx

SoftFluent's tweet image. How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? bit.ly/1P3vXgx

3How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZkUNi

DailyDotNetTips's tweet image. 3How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZkUNi

Dear ASP.NET developer. Test to see if the file exist, then tell the client instead of using redirects. #perfTip


Performance information is now in your finger tip - #PerfTip in #VS2015 dailydotnettips.com/2015/07/25/per…


Improve your @hazelcast cluster performance with these serialization option blog.hazelcast.com/2014/06/13/per… #perftip


How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZpKrJ

DailyDotNetTips's tweet image. How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZpKrJ

How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? ow.ly/ZGTMf

DailyDotNetTips's tweet image. How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? ow.ly/ZGTMf

How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? bit.ly/1P3vXgx

SoftFluent's tweet image. How to enable the #PerfTip while debugging in #VisualStudio incase you don’t see it? bit.ly/1P3vXgx

WebPerf Tip: If your site don't use any font, you don't need the preconnects and the CSS resource #WebPerf #Performance #PerfTip

nucliweb's tweet image. WebPerf Tip: If your site don't use any font, you don't need the preconnects and the CSS resource

#WebPerf #Performance #PerfTip
nucliweb's tweet image. WebPerf Tip: If your site don't use any font, you don't need the preconnects and the CSS resource

#WebPerf #Performance #PerfTip

3How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZkUNi

DailyDotNetTips's tweet image. 3How to enable the #PerfTip while #debugging in #VisualStudio incase you don’t see it? ow.ly/ZkUNi

Loading...

Something went wrong.


Something went wrong.


United States Trends