Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 774件

新着順 人気順

loadingの検索結果1 - 40 件 / 774件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

loadingに関するエントリは774件あります。 performance英語勉強 などが関連タグです。 人気エントリには 『表示速度を飛躍的に向上させるHTML/CSS最新仕様「content-visibility」「Lazy loading」「contain」をコード付き簡単解説』などがあります。
  • 表示速度を飛躍的に向上させるHTML/CSS最新仕様「content-visibility」「Lazy loading」「contain」をコード付き簡単解説

    これまではJavaScriptを用いて実装するしかありませんでしたが、ついにimgやiframe要素であればloading="lazy"を付与するだけで、簡単に実装できます。 <!-- 画像に適用する場合 --> <img src="pic.png" alt="画像の詳細" loading="lazy"> <!-- iframeに適用する場合 --> <iframe src="external.html" loading="lazy"></iframe>画面外では読み込みが発生しないので、必要になった時(画面内に要素が入りそうになった時)に読み込みが発生するのでパフォーマンスが向上します。 また画像についてはsrcsetを用いたレスポンシブな画像に対しても指定できますし、picture要素を用いてfallback形式でも記述できます。 <img src="normal.png" srcse

      表示速度を飛躍的に向上させるHTML/CSS最新仕様「content-visibility」「Lazy loading」「contain」をコード付き簡単解説
    • Loading...

        Loading...
      • 画像の遅延読み込みにloading属性とJavaScriptを併用した最大限のパフォーマンスを発揮させる実装方法

        画像やiframeの遅延読み込みに使用するloading属性と非サポートブラウザ用にJavaScriptを併用した現代的なアプローチで、最大限のパフォーマンスを発揮させる実装方法を紹介します。 Best way to lazy load images for maximum performance by Adrian Bece 下記は各ポイントを意訳したものです。 ※当ブログでの翻訳記事は、元サイト様にライセンスを得て翻訳しています。 はじめに 遅延読み込みのloading属性とは 遅延読み込みの現代的なアプローチ パフォーマンスとLighthouseスコアの向上 最大のパフォーマンスを得るための画像最適化テクニック はじめに 画像の遅延読み込みは比較的簡単に実装でき、パフォーマンスを大幅に向上させることができるため、Webサイトを最適化するために使用される選択肢の1つです。遅延読み込みで

          画像の遅延読み込みにloading属性とJavaScriptを併用した最大限のパフォーマンスを発揮させる実装方法
        • Loading...

            Loading...
          • Loading...

              Loading...
            • Loading...

                Loading...
              • Loading...

                  Loading...
                • Loading...

                    Loading...
                  • ネイティブLazyloadを可能にするloading=lazy属性がウェブ標準に、Chrome以外のブラウザサポートに期待

                    [レベル: 上級] loading=lazy 属性で実装するネイティブ Lazyload がウェブ標準になりました。 Chrome 以外のブラウザのサポートが期待されます。 The lazy loading attribute (<img loading="lazy") is now officially a web standard 🎉 Thanks to @domfarolino and other community members!https://t.co/fMqFq8gBVs pic.twitter.com/fFotntnBlD — Houssein Djirdeh (@hdjirdeh) February 12, 2020 The specification for native image lazy-loading has been merged into the HTML

                      ネイティブLazyloadを可能にするloading=lazy属性がウェブ標準に、Chrome以外のブラウザサポートに期待
                    • Maximally optimizing image loading for the web

                      In this post I'll outline 8 image loading optimization techniques to minimize both the bandwidth used for loading images on the web and the CPU usage for image display. I'll present them in the form of an annotated HTML example to make it easy for folks to reproduce the results. Some of these techniques are more established, while others are somewhat novel. Ideally, your favorite mechanism for pub

                        Maximally optimizing image loading for the web
                      • Loading...

                          Loading...
                        • iframeのネイティブLazy-loadがウェブ標準に、<iframe>タグにloading=lazy属性を追加するだけで遅延読み込み可能に

                          Native lazy-loading for <iframe> was added to the HTML standard today: https://t.co/KgO8lIBdEK Thanks @domfarolino for the heavy lifting with spec & tests 🎉 https://t.co/GLy6qHE7l5 — Simon Pieters (@zcorpan) July 8, 2020 YouTube 動画でネイティブ Lazy-load ネイティブ Lazy-load は、loading=lazy 属性を追加するだけで遅延読み込みを可能にします。 専用の JavaScript は不要です。 ブラウザの標準機能として Lazy-load をサポートします。 もとともは Chrome の独自機能として Google が開発しました。 Ch

                            iframeのネイティブLazy-loadがウェブ標準に、<iframe>タグにloading=lazy属性を追加するだけで遅延読み込み可能に
                          • 家庭用ゲーム機の「NOW LOADING」の始まりからローディングの歴史を振り返ってみた

                            今回のテーマは「ローディング(ロード)」だ。現在の家庭用ビデオゲーム機では、ゲーム機の起動時、ゲーム開始前、さらにはゲーム中と、もはや据置型・携帯型を問わず、ローディングがつきものになっているのは言うまでもない。 これに対して、「ファミリーコンピュータ」(以下、ファミコン)のカセットがロードなしですぐに遊べたような手軽さが失われたことを嘆く声も、しばしば聞かれる。「プレイステーション」(以下、PS)版の『リッジレーサー』ではミニゲームが遊べたりと、ローディングにも趣向が凝らされることはあるが、待ち時間には変わりない。 『SEGA AGES スペースハリアー』のローディング画面 ビデオゲームにおいて、プログラムやデータのロード中であることを示す代表的な“決まり文句”といえば、先の『リッジレーサー』でも使われた「NOW LOADING」だろう。 近年ではゲーム・アニメ関連の楽曲や、小説などの題

                              家庭用ゲーム機の「NOW LOADING」の始まりからローディングの歴史を振り返ってみた
                            • How I cut GTA Online loading times by 70%

                              GTA Online. Infamous for its slow loading times. Having picked up the game again to finish some of the newer heists I was shocked (/s) to discover that it still loads just as slow as the day it was released 7 years ago. It was time. Time to get to the bottom of this. ReconFirst I wanted to check if someone had already solved this problem. Most of the results I found pointed towards anecdata about

                                How I cut GTA Online loading times by 70%
                              • Loading...

                                  Loading...
                                • decoding="async"とloading="lazy"の違い| PerfData

                                  画像の読込処理の違い ページ作成日 2019年12月19日 ページ更新日 2021年3月2日 著者: 竹洞 陽一郎 Webページにおいて、画像は重要な役割を果たしており、高解像度化と利用される枚数は増えていく傾向にあります。 その一方で、画像は、従来どおりの実装をしていると、HTMLのパース処理を遅延させる要因となります。 画像をいかに遅延要因としないようにするかの処理として、decoding="async"とloading="lazy"の違いを解説します。 decoding属性は、画像のデコード処理に関しての指示をユーザエージェントに明示する属性です。 decoding="async"と指定することで、画像のデコード処理を非同期にバッググラウンド処理し、他のコンテンツの表示処理が終わった時に更新処理で画像を一緒に出します。 記述の仕方としては、以下のようになります。 <img class

                                    decoding="async"とloading="lazy"の違い| PerfData
                                  • Loading...

                                      Loading...
                                    • Loading...

                                        Loading...
                                      • Loading...

                                          Loading...
                                        • Loading...

                                          • Loading...

                                            • Loading...

                                                Loading...
                                              • Loading...

                                                  Loading...
                                                • Loading...

                                                    Loading...
                                                  • Rails 6.1: Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more!

                                                    Rails 6.1: Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more! Rails 6.1 has been released and wow does it have a lot of great stuff! We’ve been hard at work these past few months implementing improvements to multiple databases, adding support for destroying associations in jobs instead of in-memory, turning errors into objects,

                                                      Rails 6.1: Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more!
                                                    • Loading...

                                                      • Loading...

                                                          Loading...
                                                        • The performance effects of too much lazy loading  |  Articles  |  web.dev

                                                          The performance effects of too much lazy loading Stay organized with collections Save and categorize content based on your preferences. Lazy loading is a technique that defers downloading a resource until it's needed, to conserve data and reduce network contention for critical assets. It became a web standard in 2019 and today loading="lazy" for images is supported by most major browsers. This gui

                                                          • Loading...

                                                              Loading...
                                                            • Loading...

                                                                Loading...
                                                              • Loading...

                                                                  Loading...
                                                                • Loading...

                                                                    Loading...
                                                                  • Loading...

                                                                      Loading...
                                                                    • Loading...

                                                                        Loading...
                                                                      • Loading...

                                                                          Loading...
                                                                        • Loading...

                                                                            Loading...
                                                                          • Loading...

                                                                              Loading...
                                                                            • Loading...

                                                                              • nuxt/content で作成した Web サイトで Markdown 内の画像を Native Lazy-loading を行う

                                                                                nuxt/content で作成した Web サイトで Markdown 内の画像を Native Lazy-loading を行う2020/09/02 普段ブログや技術メモを書くとき、お手軽な画像ホスティングとして Gyazo を利用していたりします。 Patreon を開設していた頃に OSS の README に貼る GIF をサクッと取りたいという動機で Gyazo Pro を契約後、もう2,3年 Pro を継続。画像アセットの管理が結構面倒なのもあって、無限に使えてちゃんとホスティングされることが担保されていることから、このブログでも画像は全て Gyazo に載せていたり。 あと個人的に増井さんのファンなのもあって、長らく愛用しています。 Gyazo 自体は便利で愛用している一方、無計画にスクショを撮って Copy Markdown Snippet をし続けると当たり前にサイトが

                                                                                  nuxt/content で作成した Web サイトで Markdown 内の画像を Native Lazy-loading を行う
                                                                                • Loading...

                                                                                  Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

                                                                                  新着記事