[PR #1452] [MERGED] perf(backend): concurrently load messages for combined lists using child processes #1525

Closed
opened 2026-02-25 21:38:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1452
Author: @mercihabam
Created: 2/18/2025
Status: Merged
Merged: 2/18/2025
Merged by: @mercihabam

Base: masterHead: combined-lists-perf


📝 Commits (2)

  • 09048a9 enh(backend): concurrently load messages for combined lists using child processes
  • 90d068f fix(frontend): pagination

📊 Changes

6 files changed (+576 additions, -70 deletions)

View changed files

📝 composer.json (+4 -1)
📝 composer.lock (+423 -3)
📝 modules/core/js_modules/actions/pagination.js (+1 -1)
📝 modules/imap/functions.php (+54 -62)
📝 modules/imap/handler_modules.php (+15 -3)
modules/imap/workers/messages_list.php (+79 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1452 **Author:** [@mercihabam](https://github.com/mercihabam) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 2/18/2025 **Merged by:** [@mercihabam](https://github.com/mercihabam) **Base:** `master` ← **Head:** `combined-lists-perf` --- ### 📝 Commits (2) - [`09048a9`](https://github.com/cypht-org/cypht/commit/09048a9733cb89c1bb667d5059b3b71470061845) enh(backend): concurrently load messages for combined lists using child processes - [`90d068f`](https://github.com/cypht-org/cypht/commit/90d068fce44e86187e6c5bdf84b5a471d538c87b) fix(frontend): pagination ### 📊 Changes **6 files changed** (+576 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+4 -1) 📝 `composer.lock` (+423 -3) 📝 `modules/core/js_modules/actions/pagination.js` (+1 -1) 📝 `modules/imap/functions.php` (+54 -62) 📝 `modules/imap/handler_modules.php` (+15 -3) ➕ `modules/imap/workers/messages_list.php` (+79 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1525
No description provided.