Refactor: Extract importer adaptive tuning module#373
Open
atanas-dev wants to merge 1 commit into
Open
Conversation
Contributor
Pull pipeline performance —
|
| Stage | PR | trunk | Δ | Status | Details |
|---|---|---|---|---|---|
playground-sqlite-db-pull |
7.40 s | 7.20 s | ⚪ +204 ms (+2.8%) | ✓ | condition=db-pull in PHP.wasm runtime=php.wasm 8.3 wp_mysql_parser=enabled mode=lexer native_lexer=verified native_token_stream=WP_MySQL_Native_Token_Stream native_token_count=18 native_parser=selected trunk: condition=db-pull in PHP.wasm runtime=php.wasm 8.3 wp_mysql_parser=enabled mode=lexer native_lexer=verified native_token_stream=WP_MySQL_Native_Token_Stream native_token_count=18 native_parser=selected |
playground-sqlite-db-apply |
3.17 s | 3.02 s | ⚪ +153 ms (+5.1%) | ✓ | condition=db-apply to SQLite in PHP.wasm runtime=php.wasm 8.3 wp_mysql_parser=enabled mode=parser native_lexer=verified native_token_stream=WP_MySQL_Native_Token_Stream native_token_count=18 native_parser=verified native_ast=WP_MySQL_Native_Parser_Node sqlite_driver_parser=verified trunk: condition=db-apply to SQLite in PHP.wasm runtime=php.wasm 8.3 wp_mysql_parser=enabled mode=parser native_lexer=verified native_token_stream=WP_MySQL_Native_Token_Stream native_token_count=18 native_parser=verified native_ast=WP_MySQL_Native_Parser_Node sqlite_driver_parser=verified |
| Total | 10.57 s | 10.22 s | ⚪ +357 ms (+3.5%) |
Numbers carry runner noise; treat single-run deltas as directional, not authoritative.
📈 Trunk performance history — commit-by-commit timeline.
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-1
branch
from
July 20, 2026 12:09
54fc6de to
b08cb4e
Compare
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-2
branch
from
July 20, 2026 12:18
b6e9cf5 to
0faedd0
Compare
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-1
branch
from
July 21, 2026 13:38
b08cb4e to
170228e
Compare
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-2
branch
from
July 21, 2026 13:39
0faedd0 to
a1ec9ff
Compare
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-1
branch
from
July 21, 2026 15:51
170228e to
69a02cc
Compare
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-2
branch
from
July 21, 2026 15:51
a1ec9ff to
31fd10f
Compare
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-1
branch
from
July 22, 2026 08:30
69a02cc to
fca9db4
Compare
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-2
branch
from
July 22, 2026 08:31
31fd10f to
d66d508
Compare
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-1
branch
from
July 22, 2026 09:00
fca9db4 to
155a007
Compare
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-2
branch
from
July 22, 2026 09:01
d66d508 to
85046c1
Compare
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-1
branch
from
July 22, 2026 17:05
155a007 to
f765d7c
Compare
atanas-dev
force-pushed
the
arc-1813-refactor-codebase-into-modules-mod-2
branch
from
July 22, 2026 17:05
85046c1 to
db6c5cb
Compare
WPprodigy
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Start moving pieces outside of import.php to slowly chip away at its size.