Task to follow the progress of the RfC Reducing image quality for mobile.
Description
Description
Details
Details
- Reference
- fl539
Related Changes in GitLab:
| Title | Reference | Author | Source Branch | Dest Branch | |
|---|---|---|---|---|---|
| Removed dispatch method and supporting methods from JS client | repos/data-engineering/metrics-platform!107 | sfaci | T354822-remove-dispatch-method | main | |
| Add Codfw rack D2 | repos/data_persistence/swift-ring!15 | mvernon | codfw_d2 | main | |
| Add codfw rack A4 | repos/data_persistence/swift-ring!11 | mvernon | codfw_a4 | main | |
| Upgrade spark and iceberg | repos/data-engineering/conda-analytics!56 | btullis | upgrade_spark | main | |
| Add a staging airflow dag for webrequest_frontend refinement | repos/data-engineering/airflow-dags!892 | gmodena | revert-6cc86c0f | main | |
| Use refinery job jar v0.2.43 containing fix for MediawwikiHistory duplicate checker | repos/data-engineering/airflow-dags!744 | ebysans | mw_dq | main | |
| docker-hub-mirror: Use chart 1.7.0 | repos/releng/gitlab-cloud-runner!378 | dancy | main-Ic3976a0a0e2478b35f4d2a95901dbadd1de54df3 | main | |
| Chart 1.7.0: Add workaround for https://github.com/distribution/distribution/issues/2367 | repos/releng/docker-hub-mirror!34 | dancy | main-I91e047b8a2f12671b77f6a6138acf15d0f195466 | main | |
| Update function-schemata sub-module to HEAD (647a2cf) | repos/abstract-wiki/wikifunctions/wikilambda-cli!36 | jforrester | sync-function-schemata | main | |
| Update function-schemata sub-module to HEAD (647a2cf) | repos/abstract-wiki/wikifunctions/function-evaluator!210 | jforrester | sync-function-schemata | main | |
| Update function-schemata sub-module to HEAD (647a2cf) | repos/abstract-wiki/wikifunctions/function-orchestrator!165 | apine | sync-function-schemata | main | |
| Update analytics browser_metrics dag | repos/data-engineering/airflow-dags!666 | joal | update_browser_report_dag | main | |
| When canonicalize fails, have it return Z527 error | repos/abstract-wiki/wikifunctions/function-schemata!112 | dmartin | T354917 | main | |
| When canonicalization fails, make the orchestrator return the error | repos/abstract-wiki/wikifunctions/function-orchestrator!163 | dmartin | T354917-2 | main | |
| Draft: When result cannot be canonicalized, make orchestrator return Z527 | repos/abstract-wiki/wikifunctions/function-orchestrator!162 | dmartin | T354917 | main | |
| Update function-schemata sub-module to HEAD (5db8cea) | repos/abstract-wiki/wikifunctions/function-orchestrator!158 | apine | sync-function-schemata | main | |
| Update function-schemata sub-module to HEAD (a4a7edf) | repos/abstract-wiki/wikifunctions/wikilambda-cli!35 | jforrester | sync-function-schemata | main | |
| Update function-schemata sub-module to HEAD (a4a7edf) | repos/abstract-wiki/wikifunctions/function-evaluator!202 | jforrester | sync-function-schemata | main | |
| Update function-schemata sub-module to HEAD (a4a7edf) | repos/abstract-wiki/wikifunctions/function-orchestrator!152 | jforrester | sync-function-schemata | main | |
| builds-builder: bump to 0.0.95-20240403110641-057367b9 | repos/cloud/toolforge/toolforge-deploy!228 | ghost | bump_builds-builder | main |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Yurik | T354 RfC: Reducing image quality for mobile | |||
| Declined | None | T355 Reducing size of regular/original images as well as thumbnails? |
Event Timeline
Comment Actions
Discussed on 2014-04-16, (partially?) approved.
Minutes from https://www.mediawiki.org/wiki/Architecture_meetings/RFC_review_2014-04-16
- ''LINK:'' https://www.mediawiki.org/wiki/Requests_for_comment/Reducing_image_quality_for_mobile (sumanah, 21:03:54)
- I asked Yuri what he wanted: 1) an ok from ops to increase thumbnail storage by 2-3% and number of files by 15%, 2) from core/tim/etc to proceed with the proposed patch <yurik> assuming my proposed path is satisfactory to everyone's involved (sumanah, 21:04:15)
- ''LINK:'' https://gerrit.wikimedia.org/r/#/c/119661/ Gerrit changeset, "Allow mobile to reduce image quality" (sumanah, 21:09:33)
- comments were provided on the image quality gerrit patch (TimStarling, 21:42:33)
- ''LINK:'' https://www.mediawiki.org/wiki/Talk:Requests_for_comment/Reducing_image_quality_for_mobile#File_insertion_syntax on wikitext addition (sumanah, 21:42:56)
- image scaler backend relatively uncontroversial -- HTML/URL manipulation to access that API is more complex (TimStarling, 21:43:27)
- gwicke predictably favours Node.JS service (TimStarling, 21:44:42)
- <yurik> ok, all settled, will implement the first step (core patch), and start implementing JS magic (sumanah, 21:48:52)
- required modifications: use string instead of integer "qlow-100px-image.jpg", make it JPG only (no png) (yurik, 21:50:31)
- Tim skeptical about client-side JS rewrite: potential for CPU usage, flicker, image load aborts, browser incompatibilities, etc. (TimStarling, 21:54:34)