-
-
Notifications
You must be signed in to change notification settings - Fork 57
Reduce cached data #1117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce cached data #1117
Conversation
👋 Thanks for opening a pull request!If you are new, please check out the trimmed down summary of our deployment process below:
You can view the branch deploy usage guide for additional information |
.deploy |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to production (branch: You can watch the progress here 🔗 Details{
"type": "branch",
"environment": {
"name": "production",
"url": "https://tarkov.dev"
},
"deployment": {
"timestamp": "2025-07-01T18:12:03.632Z",
"logs": "https://github.com/the-hideout/tarkov-dev/actions/runs/16006946656"
},
"git": {
"branch": "reduce-cached-data",
"commit": "0510a734e0f09bf5623e7336efbcb2f2ba2a663c",
"verified": false,
"committer": "Razzmatazzz",
"html_url": "https://github.com/the-hideout/tarkov-dev/commit/0510a734e0f09bf5623e7336efbcb2f2ba2a663c"
},
"context": {
"actor": "Razzmatazzz",
"noop": false,
"fork": false,
"comment": {
"created_at": "2025-07-01T18:11:51Z",
"updated_at": "2025-07-01T18:11:51Z",
"body": ".deploy",
"html_url": "https://github.com/the-hideout/tarkov-dev/pull/1117#issuecomment-3025049729"
}
},
"parameters": {
"raw": null,
"parsed": null
}
} |
Deployment Results ✅Razzmatazzz successfully deployed branch Details{
"status": "success",
"environment": {
"name": "production",
"url": "https://tarkov.dev"
},
"deployment": {
"id": 2688704246,
"timestamp": "2025-07-01T18:14:03.240Z",
"logs": "https://github.com/the-hideout/tarkov-dev/actions/runs/16006946656",
"duration": 120
},
"git": {
"branch": "reduce-cached-data",
"commit": "0510a734e0f09bf5623e7336efbcb2f2ba2a663c",
"verified": false
},
"context": {
"actor": "Razzmatazzz",
"noop": false,
"fork": false
},
"reviews": {
"count": 0,
"decision": "REVIEW_REQUIRED"
},
"parameters": {
"raw": null,
"parsed": null
}
}
|
.deploy |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to production (branch: You can watch the progress here 🔗 Details{
"type": "branch",
"environment": {
"name": "production",
"url": "https://tarkov.dev"
},
"deployment": {
"timestamp": "2025-07-01T20:47:27.640Z",
"logs": "https://github.com/the-hideout/tarkov-dev/actions/runs/16009816751"
},
"git": {
"branch": "reduce-cached-data",
"commit": "b59291a7bcb86e203121348cd94d0f89e2c534b0",
"verified": false,
"committer": "Razzmatazzz",
"html_url": "https://github.com/the-hideout/tarkov-dev/commit/b59291a7bcb86e203121348cd94d0f89e2c534b0"
},
"context": {
"actor": "Razzmatazzz",
"noop": false,
"fork": false,
"comment": {
"created_at": "2025-07-01T20:47:15Z",
"updated_at": "2025-07-01T20:47:15Z",
"body": ".deploy",
"html_url": "https://github.com/the-hideout/tarkov-dev/pull/1117#issuecomment-3025454878"
}
},
"parameters": {
"raw": null,
"parsed": null
}
} |
Deployment Results ✅Razzmatazzz successfully deployed branch Details{
"status": "success",
"environment": {
"name": "production",
"url": "https://tarkov.dev"
},
"deployment": {
"id": 2689250517,
"timestamp": "2025-07-01T20:49:17.836Z",
"logs": "https://github.com/the-hideout/tarkov-dev/actions/runs/16009816751",
"duration": 110
},
"git": {
"branch": "reduce-cached-data",
"commit": "b59291a7bcb86e203121348cd94d0f89e2c534b0",
"verified": false
},
"context": {
"actor": "Razzmatazzz",
"noop": false,
"fork": false
},
"reviews": {
"count": 0,
"decision": "REVIEW_REQUIRED"
},
"parameters": {
"raw": null,
"parsed": null
}
}
|
The placeholder data was saving too much detail for maps and bosses; this reduces that overhead significantly.