WorldResidencyReport
Defined in: residency/report.ts:25
Properties
Section titled “Properties”assetRefsByCell
Section titled “assetRefsByCell”assetRefsByCell:
Record<string,number>
Defined in: residency/report.ts:71
Acquisitions each resident cell still owes. Zero after it unloads.
authoredCellEntityCounts
Section titled “authoredCellEntityCounts”authoredCellEntityCounts:
Record<string,number>
Defined in: residency/report.ts:73
What the cook put in each cell — the number a live count is checked against.
cancelCount
Section titled “cancelCount”cancelCount:
number
Defined in: residency/report.ts:57
cancelledRefs
Section titled “cancelledRefs”cancelledRefs:
number
Defined in: residency/report.ts:61
Acquisitions given back by discarding readiness — not by unloading.
cellCount
Section titled “cellCount”cellCount:
number
Defined in: residency/report.ts:28
cellEntityCounts
Section titled “cellEntityCounts”cellEntityCounts:
Record<string,number>
Defined in: residency/report.ts:67
Live entities each resident cell owns. Absent from the map = not resident.
cellRenderCounts
Section titled “cellRenderCounts”cellRenderCounts:
Record<string,number>
Defined in: residency/report.ts:69
Of those, how many draw anything.
cellRows
Section titled “cellRows”cellRows:
Record<string,object[]>
Defined in: residency/report.ts:79
Each resident cell’s authored rows and the handle each one currently has. The row survives a reload and the handle does not, which is the difference between an identity and a way to reach something that exists.
cells:
object[]
Defined in: residency/report.ts:36
Where the cells ARE, in manifest order — the ground each name stands for.
Every other list here is names, and a name cannot be drawn. A reader that had to find the coordinates elsewhere would be reading a second copy of the partition, which agrees with this one only until one of them moves.
name:
string
x:
number
z:
number
cellSize
Section titled “cellSize”cellSize:
number
Defined in: residency/report.ts:38
Edge of one grid square, world units — what the coordinates above scale by.
delivery
Section titled “delivery”delivery:
Record<string,CellDelivery>
Defined in: residency/report.ts:89
Per cell: where its last delivery spent its time, and whether the ask for it found readiness waiting. The phases run between frames, which is why no frame profiler holds them and why a total is not a hitch.
desiredCells
Section titled “desiredCells”desiredCells:
string[]
Defined in: residency/report.ts:40
lastDemandToResidentMs
Section titled “lastDemandToResidentMs”lastDemandToResidentMs:
number
Defined in: residency/report.ts:65
loadCount
Section titled “loadCount”loadCount:
number
Defined in: residency/report.ts:54
loadingCells
Section titled “loadingCells”loadingCells:
string[]
Defined in: residency/report.ts:52
persistentEntities
Section titled “persistentEntities”persistentEntities:
number
Defined in: residency/report.ts:81
Live entities the persistent world owns; residency never touches these.
persistentHandles
Section titled “persistentHandles”persistentHandles:
number[]
Defined in: residency/report.ts:83
Their handles. Unchanged for the life of the world — that is the claim.
prefetchCells
Section titled “prefetchCells”prefetchCells:
string[]
Defined in: residency/report.ts:42
Cells any source is close enough to speculate about.
prefetchHits
Section titled “prefetchHits”prefetchHits:
number
Defined in: residency/report.ts:63
What demand FOUND, counted the instant it arrived. See WorldStreamerStatus.
prefetchMisses
Section titled “prefetchMisses”prefetchMisses:
number
Defined in: residency/report.ts:64
prefetchRequests
Section titled “prefetchRequests”prefetchRequests:
number
Defined in: residency/report.ts:59
Of those preparations, the ones begun before anything asked for the cell.
prepareCount
Section titled “prepareCount”prepareCount:
number
Defined in: residency/report.ts:56
preparedCells
Section titled “preparedCells”preparedCells:
string[]
Defined in: residency/report.ts:45
Ready, owning assets, and holding nothing the world can see.
preparedWithRenderClaim
Section titled “preparedWithRenderClaim”preparedWithRenderClaim:
string[]
Defined in: residency/report.ts:48
Of those, the ones holding a render-program claim. A prepared cell with none was readied by a host that has no renderer to ready.
renderClaims
Section titled “renderClaims”renderClaims:
Record<string,RenderReadinessStamp&object>
Defined in: residency/report.ts:51
Each of those claims, and how often publication found one stale. Absent from the map = that cell holds none.
residentCells
Section titled “residentCells”residentCells:
string[]
Defined in: residency/report.ts:43
sourceCount
Section titled “sourceCount”sourceCount:
number
Defined in: residency/report.ts:39
streamed
Section titled “streamed”streamed:
boolean
Defined in: residency/report.ts:27
False when this build has no cooked world; every other field is empty.
unloadCount
Section titled “unloadCount”unloadCount:
number
Defined in: residency/report.ts:55
unloadingCells
Section titled “unloadingCells”unloadingCells:
string[]
Defined in: residency/report.ts:53