タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

performanceとPerformanceとbrowserに関するbraitomのブックマーク (2)

  • GitHub - treosh/exthouse: Analyze the impact of a browser extension on web performance.

    When measuring real user performance engineers take to the account factors like device and network conditions. But there is one more factor, that is not in direct control - web extensions. They add additional scripts, DOM manipulations, and impact the user experience. Exthouse is a tool powered by Lighthouse that provides a report about web extension impact on web performance. It measures an exten

    GitHub - treosh/exthouse: Analyze the impact of a browser extension on web performance.
    braitom
    braitom 2019/07/03
    ブラウザ拡張がサイト表示のパフォーマンスに与える影響を測定するツール。Puppeteerで拡張をインストールしたブラウザを起動しLighthouseを使ってレポートを出す。
  • Web クライアントサイドのパフォーマンスメトリクス — Speed Index、Paint Timing、TTI etc...

    色々なパフォーマンス指標のこと 何かを評価するときには何らかの指標(メトリクス)を定めますが、何を指標として設定してどのように測るかというのは重要です。 いわゆる KPI もそうですが、扱っている商材やビジネスのステージ(フェーズ)によっても適切な指標は変わるかもしれません。色々な指標をよく理解して引き出しを広げておくことは、状況に合わせて適切な指標を選んで改善していく過程で役立ちます。 これまでのパフォーマンス指標 過去の Web パフォーマンス界隈はバックエンドから HTML ドキュメントを返却する際の所要時間や、Web ページロード時の各イベントの発火時間を計測する方法が多く見られました。 Backend Time Browser Event Based DOMContentLoaded Page load ( onload ) 近年は特に後者の、既定のイベント発火に依存していたクラ

    Web クライアントサイドのパフォーマンスメトリクス — Speed Index、Paint Timing、TTI etc...
    braitom
    braitom 2017/07/12
    Webのクライアントサイドの指標がいろいろと紹介されている。知らない考え方がたくさんある。
  • 1