Conversation
|
I have no web dev knowledge, but summary by Perplexity re the css/toml changes, so looks good I guess, letÄs give it a try 🤷♂️ https://www.perplexity.ai/search/what-effect-do-the-following-c-1dOMkVuQRruf_9sh_lducw#0 @mixxxdj/developers is someone else more familiar with this stuff? |
You me re-build as we don't update old branches anymore, right? |
|
No I mean to take them temporarily offline, to save bandwidth and access rates. My intention is to only have 2.5 and 2.6 online until the root cause of the hosting costs is fixed. 40 % of the traffic goes to old versions. Maybe just because of old Google indexes. |
JoergAtGithub
left a comment
There was a problem hiding this comment.
We have enough money to keep our services running until we selected a new webhoster. There is no immediate reason to remove the pages which our user access often.
|
To clarify, this PR takes down the manuals for Mixxx |
| [[headers]] | ||
| for = "/**/*.js" | ||
| [headers.values] | ||
| Cache-Control = "public, max-age=31536000, immutable" |
There was a problem hiding this comment.
Looking at the current transfer, should we also add *.png from the _static/ folder?
Also, I am wondering if we should add a default somewhere between30 or 300. Arguably, when we test new deployment, it comes from a new environment, so cache will be cold, and if one wants to check the main website right after a change, they can always SHIFT+F5 to clear the cache.
There was a problem hiding this comment.
I have no experience with this. My original Idea was to fix low hanging fruits.
To "buy" some time for the hoster change.
But if we are able to do the switch within on or two month we can do such things step by step with benchmarking and usability test later.
| smv_tag_whitelist = r"^$" | ||
| smv_branch_whitelist = r"^(main|(\d+)\.(\d+))$" | ||
| # smv_branch_whitelist = r"^(main|(\d+)\.(\d+))$" | ||
| smv_branch_whitelist = r"^(?:main|2.5)$" |
There was a problem hiding this comment.
This only build the main and 2.5 branch.
Skips the unsupported Mixxx version legacy.
There was a problem hiding this comment.
These are pages high ranked by search engines - otherwise they wouldn't have so much hits - blocking them would prevent new users from Mixxx.
This enables client sice caching and stops building manual for old versions.
This shall safe 50 % of bandwidth and request and shall save use 15 € / month.