Skip to content

Manage Live API Model Offset / Count / timeframe split correctly and more memory efficient#23889

Merged
sgiehl merged 3 commits into5.x-devfrom
dev-19232
Dec 17, 2025
Merged

Manage Live API Model Offset / Count / timeframe split correctly and more memory efficient#23889
sgiehl merged 3 commits into5.x-devfrom
dev-19232

Conversation

@sgiehl
Copy link
Copy Markdown
Member

@sgiehl sgiehl commented Dec 10, 2025

Description

Try to fix the Live API to:

  • handle the offset correctly
  • only count necessary data from offset (memory efficient)
  • split dates into multiple queries created overlapping timeframes
  • More offset corrections

Fixes #23342

Checklist

  • [✔] I have understood, reviewed, and tested all AI outputs before use
  • [✔] All AI instructions respect security, IP, and privacy rules

Review

peterbo and others added 3 commits December 10, 2025 17:13
…correctly and more memory efficient (#23673)

* Refs #23342

Try to fix the Live API to:
- handle the offset correctly
- only count necessary data from offset (memory efficient)
- split dates into multiple queries created overlapping timeframes

* More offset corrections
@sgiehl sgiehl requested a review from a team December 10, 2025 16:52
@sgiehl sgiehl added this to the 5.7.0 milestone Dec 16, 2025
@sgiehl sgiehl merged commit c6c351c into 5.x-dev Dec 17, 2025
28 of 29 checks passed
@sgiehl sgiehl deleted the dev-19232 branch December 17, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] API Live.getLastVisitsDetails return incorrect results because offset is not managed correctly

3 participants