Closed
Bug 1316440
Opened 9 years ago
Closed 4 years ago
Turning vid.ly URLs to CDN CSP domains is slow
Categories
(Webtools Graveyard :: Air Mozilla, defect)
Webtools Graveyard
Air Mozilla
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(1 file)
|
477.74 KB,
image/png
|
Details |
We have a piece of code that figures out what the CDN domain is of the actual vid.ly video.
https://github.com/mozilla/airmozilla/blob/c1d74ef302e3c69efe3b0f83a25675066710d43f/airmozilla/main/views/pages.py#L542
This caches but every time if fails the cache it's super slow.
| Assignee | ||
Comment 1•9 years ago
|
||
A humble start https://github.com/mozilla/airmozilla/pull/791
Comment 2•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/ccbe99aac8fa449d9b9e98bf551fea286bedf71e
bug 1316440 - increase cache on vidly fetching the CDN (#791)
Comment 3•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/ffdac2147deac190a7511f36f8ee5874454502e0
bug 1316440 - cache found vid.ly CDN for 24h instead (#793)
Comment 4•4 years ago
|
||
Platform deprecated.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•