タグ

optimizeとserverに関するnibushibuのブックマーク (2)

  • Web Designer blog - MunEE

    Anyone looking to step up their web development skills should seriously consider mastering Progressive Web Apps (PWAs). They’re a pivotal part of the future of web development, creating seamless experiences between mobile and desktop users, and driving higher engagement and conversions. Let’s delve into the world of PWAs and explore how they evolve the web development landscape. Progressive Web Ap

  • Googleに学ぶ、ウェブページのパフォーマンスを最適化する方法

    Web Performance Best Practices 下記、ウェブページのパフォーマンスを最適化するポイントをまとめたものです。 キャッシュの最適化 往復遅延時間を減らす HTTPリクエストを減らす ロードサイズを減らす レンダリングの最適化 関連書籍 1. Optimize caching キャッシュの最適化 ブラウザのキャッシュを活用 JavaScriptCSSファイルや画像などのスタティックなリソースは、HTTPヘッダを使用してキャッシュをロードするようにします。 アドバイス スタティックなリソースは全て、積極的にキャッシュにセットします。 時々更新するリソースのキャッシュには、ファイルパスにフィンガープリントを埋め込みます。 IEでも確実にキャッシュされるように、Varyヘッダは削除します。 URLを自動生成している場合は、Fxのディスクキャッシュで使用している8文字のラ

  • 1