#webperftip search results

⚡️ #WebPerfTip Detect the largest images on a website: 1️⃣ Open Chrome DevTools 2️⃣ Select Network Tab 3️⃣ Open filters and select "Img" 4️⃣ Write "largest-than:1M" in the filter input 5️⃣ Reload the page 6️⃣ Optimize the images listed #WebPerf #ImagePerf #Image

nucliweb's tweet image. ⚡️ #WebPerfTip

Detect the largest images on a website:

1️⃣ Open Chrome DevTools
2️⃣ Select Network Tab
3️⃣ Open filters and select "Img"
4️⃣ Write "largest-than:1M" in the filter input
5️⃣ Reload the page
6️⃣ Optimize the images listed

#WebPerf #ImagePerf #Image

Please, avoid adding bitmap images to SVG images #WebPerf #WebPerfTip

nucliweb's tweet image. Please, avoid adding bitmap images to SVG images

#WebPerf #WebPerfTip

📣 #WebPerfTip Please be sure to avoid fade-in effects when loading the page. It seems a good UX resource to maintain good visual stability, but the Core Web Vitals LCP metric reports a terrible experience 👀 Look at the Rendering delay #WebPerf #Performance #CoreWebVitals #LCP

nucliweb's tweet image. 📣 #WebPerfTip
Please be sure to avoid fade-in effects when loading the page. It seems a good UX resource to maintain good visual stability, but the Core Web Vitals LCP metric reports a terrible experience

👀 Look at the Rendering delay

#WebPerf #Performance #CoreWebVitals #LCP

#WebPerfTip If you need "rel=dns-prefetch" to enable support for older browsers to resolve domain names early, use separate link tags to safely implement the fallback technique. ⚠️ Implementing "dns-prefetch" fallback in the same <link> tag causes a bug in Safari where…

nucliweb's tweet image. #WebPerfTip If you need &quot;rel=dns-prefetch&quot; to enable support for older browsers to resolve domain names early, use separate link tags to safely implement the fallback technique.

⚠️ Implementing &quot;dns-prefetch&quot; fallback in the same &amp;lt;link&amp;gt; tag causes a bug in Safari where…

📝 Web Performance Tip "You don't need JavaScript to load a favicon" #WebPerf #Performance #WebPerfTip

nucliweb's tweet image. 📝 Web Performance Tip

&quot;You don&apos;t need JavaScript to load a favicon&quot;

#WebPerf #Performance #WebPerfTip

#WebPerfTip Use a tool with Web Performance alerts, like @DebugBear, to fix the Web Performance issues ⚡️ #WebPerf #Performance #WPO #PerfTools

nucliweb's tweet image. #WebPerfTip

Use a tool with Web Performance alerts, like @DebugBear, to fix the Web Performance issues

⚡️ #WebPerf #Performance #WPO #PerfTools
nucliweb's tweet image. #WebPerfTip

Use a tool with Web Performance alerts, like @DebugBear, to fix the Web Performance issues

⚡️ #WebPerf #Performance #WPO #PerfTools

Reducing the video resource size from 7.48 MB to 239 KB with a Responsive Video approach is crucial for enhanced Web Performance for mobile devices. Example using @cloudinary and standard HTML 📝 linkedin.com/posts/joanleon… #WebPerf #Video #WebPerfTip #CoreWebVitals #LCP

nucliweb's tweet image. Reducing the video resource size from 7.48 MB to 239 KB with a Responsive Video approach is crucial for enhanced Web Performance for mobile devices.

Example using @cloudinary and standard HTML

📝 linkedin.com/posts/joanleon…

#WebPerf #Video #WebPerfTip #CoreWebVitals #LCP
nucliweb's tweet image. Reducing the video resource size from 7.48 MB to 239 KB with a Responsive Video approach is crucial for enhanced Web Performance for mobile devices.

Example using @cloudinary and standard HTML

📝 linkedin.com/posts/joanleon…

#WebPerf #Video #WebPerfTip #CoreWebVitals #LCP

⚡️ #WebPerfTip Please, if you need a "271 × 181 px" image, load a "271 × 181 px" image, with density to support devices' retina display, etc... but not a "3840 × 2561 px" image size of 1.0 MB 🙈 #WebPerf #ImagePerf

nucliweb's tweet image. ⚡️ #WebPerfTip

Please, if you need a &quot;271 × 181 px&quot; image, load a &quot;271 × 181 px&quot; image, with density to support devices&apos; retina display, etc... but not a &quot;3840 × 2561 px&quot; image size of 1.0 MB 🙈

#WebPerf #ImagePerf

#WebPerfTip Avoid embedding raster images directly in SVGs ℹ️ In this case, the image is a vector graphic #WebPerf #Perfomance #WPO #ImagePerf

nucliweb's tweet image. #WebPerfTip Avoid embedding raster images directly in SVGs

ℹ️ In this case, the image is a vector graphic

#WebPerf #Perfomance #WPO #ImagePerf

📣 #WebPerfTip The Web Performance isn't only to add preload or laziness to the resources WebPerf Tool: @DebugBear #WebPerf #Performance #WebPerfTools

nucliweb's tweet image. 📣 #WebPerfTip

The Web Performance isn&apos;t only to add preload or laziness to the resources

WebPerf Tool: @DebugBear 

#WebPerf #Performance #WebPerfTools

#WebPerfTip RUM's web performance tools help us identify performance issues; please use IDs on the most important elements (elements that can potentially affect the UX) to assist us in debugging web performance #WebPerf #Performance #WebPerfTools

nucliweb's tweet image. #WebPerfTip RUM&apos;s web performance tools help us identify performance issues; please use IDs on the most important elements (elements that can potentially affect the UX) to assist us in debugging web performance

#WebPerf #Performance #WebPerfTools

Great to see Adobe Typekit have finally added font display controls. Setting to 'swap' (default for new projects) should improve performance and remove the 'Ensure text remains visible' flag in Lighthouse helpx.adobe.com/fonts/using/fo… #WebPerf #WebPerfTip

tomwebdev's tweet image. Great to see Adobe Typekit have finally added font display controls. Setting to &apos;swap&apos; (default for new projects) should improve performance and remove the &apos;Ensure text remains visible&apos; flag in Lighthouse
helpx.adobe.com/fonts/using/fo…
#WebPerf #WebPerfTip

📣 #WebPerfTip Avoid error requests; the browser consumes resources and time trying to download them. "Initial connection: The browser is establishing a connection, including TCP handshakes/retries and negotiating an SSL." #WebPerf #Performance

nucliweb's tweet image. 📣 #WebPerfTip
Avoid error requests; the browser consumes resources and time trying to download them.

&quot;Initial connection: The browser is establishing a connection, including TCP handshakes/retries and negotiating an SSL.&quot;

#WebPerf #Performance

#WebPerfTip If you need a GitHub Action to automatically compresses JPEGs, PNGs and WebPs in pull requests, IMHO this is the best option #WebPerf #ImagePerf #PerfTools #Image

nucliweb's tweet image. #WebPerfTip

If you need a GitHub Action to automatically compresses JPEGs, PNGs and WebPs in pull requests, IMHO this is the best option

#WebPerf #ImagePerf #PerfTools #Image

Web Devs: Learn to use "Pinned Site" feature in IE9 to greatly improve user experience of your Web site http://bit.ly/dJrIVn #ux #webperftip


📣 #WebPerfTip Avoid unnecessarily large images Serving images that are too large leads to slower requests and wasted bandwidth "If an image is served as 1000x1000px but is rendered in a 500x500px box, it's 4 times larger than necessary" - @DebugBear #WebPerf #ImagePerf


#WebPerfTip If you need a GitHub Action to automatically compresses JPEGs, PNGs and WebPs in pull requests, IMHO this is the best option #WebPerf #ImagePerf #PerfTools #Image

nucliweb's tweet image. #WebPerfTip

If you need a GitHub Action to automatically compresses JPEGs, PNGs and WebPs in pull requests, IMHO this is the best option

#WebPerf #ImagePerf #PerfTools #Image

#WebPerfTip Avoid embedding raster images directly in SVGs ℹ️ In this case, the image is a vector graphic #WebPerf #Perfomance #WPO #ImagePerf

nucliweb's tweet image. #WebPerfTip Avoid embedding raster images directly in SVGs

ℹ️ In this case, the image is a vector graphic

#WebPerf #Perfomance #WPO #ImagePerf

#WebPerfTip RUM's web performance tools help us identify performance issues; please use IDs on the most important elements (elements that can potentially affect the UX) to assist us in debugging web performance #WebPerf #Performance #WebPerfTools

nucliweb's tweet image. #WebPerfTip RUM&apos;s web performance tools help us identify performance issues; please use IDs on the most important elements (elements that can potentially affect the UX) to assist us in debugging web performance

#WebPerf #Performance #WebPerfTools

#WebPerfTip If you need "rel=dns-prefetch" to enable support for older browsers to resolve domain names early, use separate link tags to safely implement the fallback technique. ⚠️ Implementing "dns-prefetch" fallback in the same <link> tag causes a bug in Safari where…

nucliweb's tweet image. #WebPerfTip If you need &quot;rel=dns-prefetch&quot; to enable support for older browsers to resolve domain names early, use separate link tags to safely implement the fallback technique.

⚠️ Implementing &quot;dns-prefetch&quot; fallback in the same &amp;lt;link&amp;gt; tag causes a bug in Safari where…

Please, avoid adding bitmap images to SVG images #WebPerf #WebPerfTip

nucliweb's tweet image. Please, avoid adding bitmap images to SVG images

#WebPerf #WebPerfTip

📣 #WebPerfTip Please be sure to avoid fade-in effects when loading the page. It seems a good UX resource to maintain good visual stability, but the Core Web Vitals LCP metric reports a terrible experience 👀 Look at the Rendering delay #WebPerf #Performance #CoreWebVitals #LCP

nucliweb's tweet image. 📣 #WebPerfTip
Please be sure to avoid fade-in effects when loading the page. It seems a good UX resource to maintain good visual stability, but the Core Web Vitals LCP metric reports a terrible experience

👀 Look at the Rendering delay

#WebPerf #Performance #CoreWebVitals #LCP

Reducing the video resource size from 7.48 MB to 239 KB with a Responsive Video approach is crucial for enhanced Web Performance for mobile devices. Example using @cloudinary and standard HTML 📝 linkedin.com/posts/joanleon… #WebPerf #Video #WebPerfTip #CoreWebVitals #LCP

nucliweb's tweet image. Reducing the video resource size from 7.48 MB to 239 KB with a Responsive Video approach is crucial for enhanced Web Performance for mobile devices.

Example using @cloudinary and standard HTML

📝 linkedin.com/posts/joanleon…

#WebPerf #Video #WebPerfTip #CoreWebVitals #LCP
nucliweb's tweet image. Reducing the video resource size from 7.48 MB to 239 KB with a Responsive Video approach is crucial for enhanced Web Performance for mobile devices.

Example using @cloudinary and standard HTML

📝 linkedin.com/posts/joanleon…

#WebPerf #Video #WebPerfTip #CoreWebVitals #LCP

📣 #WebPerfTip Avoid unnecessarily large images Serving images that are too large leads to slower requests and wasted bandwidth "If an image is served as 1000x1000px but is rendered in a 500x500px box, it's 4 times larger than necessary" - @DebugBear #WebPerf #ImagePerf


📣 #WebPerfTip Avoid error requests; the browser consumes resources and time trying to download them. "Initial connection: The browser is establishing a connection, including TCP handshakes/retries and negotiating an SSL." #WebPerf #Performance

nucliweb's tweet image. 📣 #WebPerfTip
Avoid error requests; the browser consumes resources and time trying to download them.

&quot;Initial connection: The browser is establishing a connection, including TCP handshakes/retries and negotiating an SSL.&quot;

#WebPerf #Performance

📣 #WebPerfTip The Web Performance isn't only to add preload or laziness to the resources WebPerf Tool: @DebugBear #WebPerf #Performance #WebPerfTools

nucliweb's tweet image. 📣 #WebPerfTip

The Web Performance isn&apos;t only to add preload or laziness to the resources

WebPerf Tool: @DebugBear 

#WebPerf #Performance #WebPerfTools

⚡️ #WebPerfTip Detect the largest images on a website: 1️⃣ Open Chrome DevTools 2️⃣ Select Network Tab 3️⃣ Open filters and select "Img" 4️⃣ Write "largest-than:1M" in the filter input 5️⃣ Reload the page 6️⃣ Optimize the images listed #WebPerf #ImagePerf #Image

nucliweb's tweet image. ⚡️ #WebPerfTip

Detect the largest images on a website:

1️⃣ Open Chrome DevTools
2️⃣ Select Network Tab
3️⃣ Open filters and select &quot;Img&quot;
4️⃣ Write &quot;largest-than:1M&quot; in the filter input
5️⃣ Reload the page
6️⃣ Optimize the images listed

#WebPerf #ImagePerf #Image

⚡️ #WebPerfTip Please, if you need a "271 × 181 px" image, load a "271 × 181 px" image, with density to support devices' retina display, etc... but not a "3840 × 2561 px" image size of 1.0 MB 🙈 #WebPerf #ImagePerf

nucliweb's tweet image. ⚡️ #WebPerfTip

Please, if you need a &quot;271 × 181 px&quot; image, load a &quot;271 × 181 px&quot; image, with density to support devices&apos; retina display, etc... but not a &quot;3840 × 2561 px&quot; image size of 1.0 MB 🙈

#WebPerf #ImagePerf

📝 Web Performance Tip "You don't need JavaScript to load a favicon" #WebPerf #Performance #WebPerfTip

nucliweb's tweet image. 📝 Web Performance Tip

&quot;You don&apos;t need JavaScript to load a favicon&quot;

#WebPerf #Performance #WebPerfTip

#WebPerfTip Use a tool with Web Performance alerts, like @DebugBear, to fix the Web Performance issues ⚡️ #WebPerf #Performance #WPO #PerfTools

nucliweb's tweet image. #WebPerfTip

Use a tool with Web Performance alerts, like @DebugBear, to fix the Web Performance issues

⚡️ #WebPerf #Performance #WPO #PerfTools
nucliweb's tweet image. #WebPerfTip

Use a tool with Web Performance alerts, like @DebugBear, to fix the Web Performance issues

⚡️ #WebPerf #Performance #WPO #PerfTools

Great to see Adobe Typekit have finally added font display controls. Setting to 'swap' (default for new projects) should improve performance and remove the 'Ensure text remains visible' flag in Lighthouse helpx.adobe.com/fonts/using/fo… #WebPerf #WebPerfTip

tomwebdev's tweet image. Great to see Adobe Typekit have finally added font display controls. Setting to &apos;swap&apos; (default for new projects) should improve performance and remove the &apos;Ensure text remains visible&apos; flag in Lighthouse
helpx.adobe.com/fonts/using/fo…
#WebPerf #WebPerfTip

Web Devs: Learn to use "Pinned Site" feature in IE9 to greatly improve user experience of your Web site http://bit.ly/dJrIVn #ux #webperftip


No results for "#webperftip"

Please, avoid adding bitmap images to SVG images #WebPerf #WebPerfTip

nucliweb's tweet image. Please, avoid adding bitmap images to SVG images

#WebPerf #WebPerfTip

📝 Web Performance Tip "You don't need JavaScript to load a favicon" #WebPerf #Performance #WebPerfTip

nucliweb's tweet image. 📝 Web Performance Tip

&quot;You don&apos;t need JavaScript to load a favicon&quot;

#WebPerf #Performance #WebPerfTip

Reducing the video resource size from 7.48 MB to 239 KB with a Responsive Video approach is crucial for enhanced Web Performance for mobile devices. Example using @cloudinary and standard HTML 📝 linkedin.com/posts/joanleon… #WebPerf #Video #WebPerfTip #CoreWebVitals #LCP

nucliweb's tweet image. Reducing the video resource size from 7.48 MB to 239 KB with a Responsive Video approach is crucial for enhanced Web Performance for mobile devices.

Example using @cloudinary and standard HTML

📝 linkedin.com/posts/joanleon…

#WebPerf #Video #WebPerfTip #CoreWebVitals #LCP
nucliweb's tweet image. Reducing the video resource size from 7.48 MB to 239 KB with a Responsive Video approach is crucial for enhanced Web Performance for mobile devices.

Example using @cloudinary and standard HTML

📝 linkedin.com/posts/joanleon…

#WebPerf #Video #WebPerfTip #CoreWebVitals #LCP

Great to see Adobe Typekit have finally added font display controls. Setting to 'swap' (default for new projects) should improve performance and remove the 'Ensure text remains visible' flag in Lighthouse helpx.adobe.com/fonts/using/fo… #WebPerf #WebPerfTip

tomwebdev's tweet image. Great to see Adobe Typekit have finally added font display controls. Setting to &apos;swap&apos; (default for new projects) should improve performance and remove the &apos;Ensure text remains visible&apos; flag in Lighthouse
helpx.adobe.com/fonts/using/fo…
#WebPerf #WebPerfTip

📣 #WebPerfTip The Web Performance isn't only to add preload or laziness to the resources WebPerf Tool: @DebugBear #WebPerf #Performance #WebPerfTools

nucliweb's tweet image. 📣 #WebPerfTip

The Web Performance isn&apos;t only to add preload or laziness to the resources

WebPerf Tool: @DebugBear 

#WebPerf #Performance #WebPerfTools

#WebPerfTip If you need "rel=dns-prefetch" to enable support for older browsers to resolve domain names early, use separate link tags to safely implement the fallback technique. ⚠️ Implementing "dns-prefetch" fallback in the same <link> tag causes a bug in Safari where…

nucliweb's tweet image. #WebPerfTip If you need &quot;rel=dns-prefetch&quot; to enable support for older browsers to resolve domain names early, use separate link tags to safely implement the fallback technique.

⚠️ Implementing &quot;dns-prefetch&quot; fallback in the same &amp;lt;link&amp;gt; tag causes a bug in Safari where…

#WebPerfTip Use a tool with Web Performance alerts, like @DebugBear, to fix the Web Performance issues ⚡️ #WebPerf #Performance #WPO #PerfTools

nucliweb's tweet image. #WebPerfTip

Use a tool with Web Performance alerts, like @DebugBear, to fix the Web Performance issues

⚡️ #WebPerf #Performance #WPO #PerfTools
nucliweb's tweet image. #WebPerfTip

Use a tool with Web Performance alerts, like @DebugBear, to fix the Web Performance issues

⚡️ #WebPerf #Performance #WPO #PerfTools

⚡️ #WebPerfTip Detect the largest images on a website: 1️⃣ Open Chrome DevTools 2️⃣ Select Network Tab 3️⃣ Open filters and select "Img" 4️⃣ Write "largest-than:1M" in the filter input 5️⃣ Reload the page 6️⃣ Optimize the images listed #WebPerf #ImagePerf #Image

nucliweb's tweet image. ⚡️ #WebPerfTip

Detect the largest images on a website:

1️⃣ Open Chrome DevTools
2️⃣ Select Network Tab
3️⃣ Open filters and select &quot;Img&quot;
4️⃣ Write &quot;largest-than:1M&quot; in the filter input
5️⃣ Reload the page
6️⃣ Optimize the images listed

#WebPerf #ImagePerf #Image

⚡️ #WebPerfTip Please, if you need a "271 × 181 px" image, load a "271 × 181 px" image, with density to support devices' retina display, etc... but not a "3840 × 2561 px" image size of 1.0 MB 🙈 #WebPerf #ImagePerf

nucliweb's tweet image. ⚡️ #WebPerfTip

Please, if you need a &quot;271 × 181 px&quot; image, load a &quot;271 × 181 px&quot; image, with density to support devices&apos; retina display, etc... but not a &quot;3840 × 2561 px&quot; image size of 1.0 MB 🙈

#WebPerf #ImagePerf

📣 #WebPerfTip Avoid error requests; the browser consumes resources and time trying to download them. "Initial connection: The browser is establishing a connection, including TCP handshakes/retries and negotiating an SSL." #WebPerf #Performance

nucliweb's tweet image. 📣 #WebPerfTip
Avoid error requests; the browser consumes resources and time trying to download them.

&quot;Initial connection: The browser is establishing a connection, including TCP handshakes/retries and negotiating an SSL.&quot;

#WebPerf #Performance

📣 #WebPerfTip Please be sure to avoid fade-in effects when loading the page. It seems a good UX resource to maintain good visual stability, but the Core Web Vitals LCP metric reports a terrible experience 👀 Look at the Rendering delay #WebPerf #Performance #CoreWebVitals #LCP

nucliweb's tweet image. 📣 #WebPerfTip
Please be sure to avoid fade-in effects when loading the page. It seems a good UX resource to maintain good visual stability, but the Core Web Vitals LCP metric reports a terrible experience

👀 Look at the Rendering delay

#WebPerf #Performance #CoreWebVitals #LCP

#WebPerfTip Avoid embedding raster images directly in SVGs ℹ️ In this case, the image is a vector graphic #WebPerf #Perfomance #WPO #ImagePerf

nucliweb's tweet image. #WebPerfTip Avoid embedding raster images directly in SVGs

ℹ️ In this case, the image is a vector graphic

#WebPerf #Perfomance #WPO #ImagePerf

#WebPerfTip If you need a GitHub Action to automatically compresses JPEGs, PNGs and WebPs in pull requests, IMHO this is the best option #WebPerf #ImagePerf #PerfTools #Image

nucliweb's tweet image. #WebPerfTip

If you need a GitHub Action to automatically compresses JPEGs, PNGs and WebPs in pull requests, IMHO this is the best option

#WebPerf #ImagePerf #PerfTools #Image

#WebPerfTip RUM's web performance tools help us identify performance issues; please use IDs on the most important elements (elements that can potentially affect the UX) to assist us in debugging web performance #WebPerf #Performance #WebPerfTools

nucliweb's tweet image. #WebPerfTip RUM&apos;s web performance tools help us identify performance issues; please use IDs on the most important elements (elements that can potentially affect the UX) to assist us in debugging web performance

#WebPerf #Performance #WebPerfTools

Loading...

Something went wrong.


Something went wrong.


United States Trends