Skip to content

egamasa/OptimizeChecker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

通信の最適化チェッカー

http://optimize.orangeliner.net/

携帯電話事業者において通信速度向上等を目的として行われる画像データの非可逆圧縮処理(通信の最適化)の適用状況をチェックするWebツール

  • HTTP通信で適用されるケースが多く、HTTPS通信では適用されない。
  • 画像ファイルをホスティングしているサーバ側でgzip等の圧縮処理を行っている場合は、適用されないケースがあると思われる。

スクリーンショット

最適化なしの場合

最適化なし

最適化ありの場合

最適化あり

運用時のディレクトリ構成

  • Webサーバ
    • .htaccess
    • index.html
    • /assets
      • main.js
      • sha256.js
    • /src
      • fileinfo.json
      • (チェック用画像ファイル群)

.htaccess 設定内容

  • 画像ファイル送信時、gzip圧縮処理を行わない

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published