乐于分享
好东西不私藏

AI PR News:2026-07-29 开源日报

AI PR News:2026-07-29 开源日报

今日 174 个合入 PR|vLLM 54 · SGLang 73 · PyTorch 6 · Python DSL / Compiler 41

一、PR 准确统计

统计口径:仅统计 Merge 的 PR,按 GitHub PR URL 去重;单仓 GitHub Search API 异常会记录到 raw_prs.json.errors。

二、重点关注 PR 分类

1. 性能优化 (Performance)

vLLM:

#50089 [Model] Add Kimi K3 support: model files and kernels [1/N] — 性能优化

#43538 [CI/Perf] Fix malformed serving benchmark config — 问题修复,提升稳定性

#50244 [torch.compile] Compile CustomOp.forward_native for ReLU^2 to avoid raw torch ops inside opaque custom ops — 性能优化

#49750 [Perf] RMSNorm uncontiguous support, 1.2~3.1x kernel performance improvement — 性能优化

SGLang:

#32642 Add a benchmark script for the HPC-Ops bf16xfp32 router GEMM — 路由/分布式调度能力增强

#32612 Support DCP for Kimi Linear model — 性能优化

#30614 [Diffusion][Docs] Ascend A2, A3 add basic usage and benchmark results in diffusion cookbook — 扩散模型推理支持/优化

#32819 feat(kda): optimize PTX prefill kernel — 性能优化

Python DSL / Compiler:

#2782 [BugFix] Fix warp_reduce truncating int64/uint64 to 32 bits on sm_80+ — 关键路径问题修复

#3147 [cutedsl] Optimize dense HD64 two-CTA flash attention — 性能优化

#3195 Benchmark fused QK RoPE against vLLM fused op — 性能优化

#3200 [examples] Perf-tune the linear-attention kernels further — 性能优化

PyTorch:

#4641 Remove disabled A100 perf workflow and dead llama-benchmark scripts — 性能优化

2. 硬件支持 (Hardware Support)

SGLang:

#31409 [AMD] Replace MI325 with MI300 CI Runners — AMD/ROCm 生态适配或优化

#32760 docker: add Kimi K3 images — 硬件支持

#32447 [MLX] Fix overlap-loop request bookkeeping and graceful shutdown — 问题修复,提升稳定性

#32596 sgl-kernel-npu tag update to 2026.7.27 — 硬件支持

vLLM:

#48677 [XPU] upgrade to torch 2.13 — XPU 平台适配或修复

#50304 [CI][ROCm] Fix AMD nightly distributed regressions — AMD/ROCm 生态适配或优化

#47121 [XPU] Route weightless RMSNorm to _C dispatch — XPU 平台适配或修复

#50190 [ROCm][CI] Stabilize ngram and suffix correctness test — AMD ROCm 平台适配或修复

Python DSL / Compiler:

#10878 [AMD] Add RDNA4m target — AMD/ROCm 生态适配或优化

#11078 [AMD][BACKEND] Split multicast groups into smaller subgroups if exceeding HW limit — AMD/ROCm 生态适配或优化

#3006 [autotuner] H100 matmul seed: a general budget-formula heuristic — 硬件支持

#11081 [AMD] Fix swapped structured binding in emitFence for buffer atomics — AMD/ROCm 生态适配或优化

3. 新模型/模型架构 (Models & Model Architecture)

SGLang:

#31563 fix mqa preshuffle layout issue for deepseek v4 — DeepSeek 系列模型支持或优化

#32228 Skip mamba lock during decoding — 新模型/模型架构

#32022 fix(qwen3.5): restrict MoE weights to local PP layers — MoE 推理能力优化

#31747 [AMD] DSv4: bring HIP compress-state pool into the memory_saver KV_CACHE region — KV Cache / 缓存路径优化

vLLM:

#41602 [Bugfix] Fix /wake_up crash on hybrid models (Mamba/DeltaNet) — 关键路径问题修复

#50092 [Misc][Minimax-M3]add default video_processor — 视频/多模态场景支持优化

#49291 [Kernel][Mamba] Fused-kernel support for align-mode DS-conv state migration with num_accepted_tokens > 1 — 新模型/模型架构

#49757 [BugFix] Stop dummy runs from writing mamba state through stale block-table rows — 关键路径问题修复

4. KV Cache / Connector / Offload

SGLang:

#31968 [Disagg][NIXL] Fix heterogeneous attn-TP KV transfer for replicated GQA heads (NIXL_ERR_NOT_FOUND) — KV Cache / 缓存路径优化

#32025 [PD] NIXL connector: shard by destination — KV Cache / Connector / Offload

#31706 [Elastic EP] fix previously flaky test of test_mooncake_ep_small.py — Mooncake KV Connector 相关优化

#32743 [diffusion] fix: dual-DiT models crash with (1,)-placeholder weights after compile-time offload — 扩散模型推理支持/优化

vLLM:

#49975 [Bugfix][Multimodal] Include media IO config in MM cache hash — 关键路径问题修复

#49114 Add CachePolicyFactory for pluggable/external eviction policies — CI / 测试基础设施调整

#49762 [KV Connector] Support NIXL P/D for hybrid MLA+SSM models — KV Cache / 缓存路径优化

#50033 feat(grpc): add KV event source discovery — KV Cache / 缓存路径优化

Python DSL / Compiler:

#2793 [BugFix] Prevent autotuner cache reuse across different outputs and validation settings — 关键路径问题修复

#11093 Avoid reference cycle in trition.runtime.jit.compute_cache_key — KV Cache / Connector / Offload

5. 推测解码 (Speculative Decoding)

SGLang:

#29735 [GDN] Support FlashInfer GDN prefill with extra-buffer radix cache — KV Cache / 缓存路径优化

#32823 perf(kimi-k3): optimize KDA MTP ns0 memory path — MTP / 投机解码能力增强

#32396 [EAGLE] Handle NaNs in fused top-k=1 — 推测解码

#31739 [NPU] adapt dflash v2 on npu — 推测解码

vLLM:

#49731 [Spec Decode][Perf] Replicate DSpark Markov head across TP ranks — 推测解码链路优化

#49343 [BugFix] eagle draft max position embeddings — 关键路径问题修复

#48883 fix(step3p5-mtp): honor exclude_modules for the MTP head via prefix — MTP / 投机解码能力增强

#50094 [KV Offload] Move CPUOffloadingSpec onto SharedOffloadRegion — KV Cache / 缓存路径优化

6. 量化与精度 (Quantization & Precision)

SGLang:

#32118 Fix nightly CI: NVFP4 cuda-graph crash, NVILA batching, CuTe paged-KV zero-size, Kimi-VL OOM — KV Cache / 缓存路径优化

#32699 perf(kimi-k3): fuse MoE-front prep (route + trtllm pack + mxfp8 quant) into one launch — MoE 推理能力优化

#32013 :bug: [llm][npu][quant] Fix ModelSlim MXFP4 packed weight loading — FP4 量化推理能力增强

#30768 :sparkles: [llm][npu][quant] Add W8A8 MXFP8 quantization for Qwen3 MoE on Ascend NPU — MoE 推理能力优化

vLLM:

#43229 [CompressedTensors] FP4 Qutlass Integration — FP4 量化推理能力增强

#49580 Integrate CuTeDSL MoE for ReLU2 NVFP4 — MoE 推理能力优化

#50222 [CI] Fix MXFP8 MOE backend selection tests on gfx942 — MoE 推理能力优化

#50194 [CPU] Fix FP8 attention scratchpad sizing — FP8 量化/算子能力增强

Python DSL / Compiler:

#3046 Add pretuned NVFP4 decode GEMV benchmark vs vLLM CUTLASS — FP4 量化推理能力增强

PyTorch:

#4640 Fix ROCm rowwise-fp8 warning crash — FP8 量化/算子能力增强

#4643 Stop quantize_ from leaking global fp32 matmul precision (complete fix) — 问题修复,提升稳定性

7. 架构重构/工程演进 (Architecture & Refactor)

vLLM:

#49665 [Frontend][Core] Standardize request error handling with VLLMError hierarchy — 架构重构/工程演进

#50093 [Model] Add Kimi K3 support: Python frontend [2/2] — 架构重构/工程演进

#49604 [Rust Frontend] Add --limit-mm-per-prompt support — 架构重构/工程演进

#48543 [Frontend] Add diarized_json support for MOSS-Transcribe-Diarize — 架构重构/工程演进

SGLang:

#32104 [EPD][VLM] Fix Kimi-VL 2D encoder grids — 问题修复,提升稳定性

#32812 refactor(kimi-k3): put the gemm_ar kernels back in-tree and fold the PTX headers into their consumers — 架构/模块重构,提升可维护性

#31869 [PD+PP] Honor PP consensus for bootstrap and prealloc — 架构重构/工程演进

#32709 [Refactor] Remove dead allocator backup_state / restore_state — 架构/模块重构,提升可维护性

Python DSL / Compiler:

#3178 Move Triton launcher into helion/runtime/triton/launcher.py — Triton / Python DSL 内核能力更新

#2790 fix: refine TCGEN05 architecture guards — 问题修复,提升稳定性

#2810 [Refactor] Remove unused tilelang.common package — 架构/模块重构,提升可维护性

#3415 Remove stale SM100 grouped scheduler helper — 调度器路径优化

8. 多模态/Diffusion

vLLM:

#42436 fused_moe: add VLLM_TRITON_USE_TD tensor-descriptor path — MoE 推理能力优化

#50241 [CI][Test] Fix pooling truncation test after VLLMError hierarchy change — 问题修复,提升稳定性

#49066 [docs] Add documentation for pynvvideocodec video decoding backend — 视频/多模态场景支持优化

SGLang:

#31538 [diffusion] support resident layers for DiT — 扩散模型推理支持/优化

#32318 Fix FlashInfer MNNVL workspace size check — 问题修复,提升稳定性

#31361 [diffusion] fix: don't self-kill diffusion worker when PID 1 is the real parent — 扩散模型推理支持/优化

#32696 feat(diffusion): add regional torch compile — 扩散模型推理支持/优化

9. Bug/稳定性修复 (Bugfix & Stability)

vLLM:

#41357 [Bugfix] Prevent stale multiproc RPC deadlines from becoming unbounded waits — 关键路径问题修复

#48245 [BugFix] Fix num_output_placeholders preemption underflow — 关键路径问题修复

Python DSL / Compiler:

#2800 [BugFix] Reject floating-point predicates in vote intrinsics — 关键路径问题修复

#2801 [BugFix] Preserve alloc_var initializer dtype — 关键路径问题修复

#2802 [BugFix] Reject mixed packed x2 operand dtypes — 关键路径问题修复

#2803 [BugFix] Skip descriptor TMA for device-bound copy bases — 关键路径问题修复

SGLang:

#32540 fix(reasoning): honor Poolside template thinking defaults — 问题修复,提升稳定性

#32757 Fix Kimi K3 reasoning leak in the Responses API — 问题修复,提升稳定性

10. CI/测试/基础设施

SGLang:

#32242 sglang rust server request message — CI/测试/基础设施

#27089 Disable extra NCCL CUDA event synchronization with symm mem — CI/测试/基础设施

#28691 Add LFM2.5 embedding model support — CI/测试/基础设施

#30553 [2/N] elastic-ep: Enable EPLB after scale-up — CI/测试/基础设施

Python DSL / Compiler:

#11054 Add Windows ARM64 LLVM Build Support — CI/测试/基础设施

#3140 [cutedsl] Make dtype subtests xdist-safe — CI/测试/基础设施

vLLM:

#49974 [Test] dynamic_shapes_compilation — CI/测试/基础设施

#50132 [CI] Add comment-based Buildkite triggers — CI / 测试基础设施调整

#50211 [CI] Allow PR comment acknowledgements — CI / 测试基础设施调整

#50197 [CI] Allow comment-triggered builds past pipeline filters — CI / 测试基础设施调整

PyTorch:

#4644 Split PT2E tests into dedicated CPU and GPU CI workflows — CI / 测试基础设施调整

#4638 Pin CI to PyTorch 2.13 for release; drop unused torchaudio — CI / 测试基础设施调整

#189318 Bump pip from 26.0.1 to 26.1.2 in /.ci/docker — CI / 测试基础设施调整

11. 其他值得关注

Python DSL / Compiler:

#2785 [CUDA] Support arbitrary TMEM layouts — 其他值得关注

#3143 [cutedsl] Constrain FA4 resource use during autotuning — 其他值得关注

#3139 [cutedsl] Clean up isolated autotune workers — 其他值得关注

#3145 [cutedsl] Simplify FA4 role and epilogue lifecycle — 其他值得关注

vLLM:

#48791 [ModelRunner V2] Enable sequence pooling for embedding and classification models — 其他值得关注

#49582 [EC Connector] Add has_pending_push_work — 其他值得关注

SGLang:

#32343 sglang rust server sampling message — 其他值得关注

三、最值得关注的 TOP 5 PR(每个项目)

vLLM TOP 5

SGLang TOP 5

PyTorch TOP 5

Python DSL / Compiler TOP 5

四、趋势分析

1. 活跃度对比

vLLM 合入 54 个 PR。

SGLang 合入 73 个 PR。

PyTorch 合入 6 个 PR。

Python DSL / Compiler 合入 41 个 PR。

2. 技术趋势

多硬件适配: 当日共有 34 个相关 PR,涉及 pytorch/ao、pytorch/helion、sgl-project/sglang、triton-lang/triton、vllm-project/vllm。

sgl-project/sglang#32642 Add a benchmark script for the HPC-Ops bf16xfp32 router GEMM (https://github.com/sgl-project/sglang/pull/32642)

sgl-project/sglang#31563 fix mqa preshuffle layout issue for deepseek v4 (https://github.com/sgl-project/sglang/pull/31563)

多模态/扩散: 当日共有 26 个相关 PR,涉及 pytorch/helion、sgl-project/sglang、vllm-project/vllm。

vllm-project/vllm#42436 fused_moe: add VLLM_TRITON_USE_TD tensor-descriptor path (https://github.com/vllm-project/vllm/pull/42436)

sgl-project/sglang#32118 Fix nightly CI: NVFP4 cuda-graph crash, NVILA batching, CuTe paged-KV zero-size, Kimi-VL OOM (https://github.com/sgl-project/sglang/pull/32118)

量化技术: 当日共有 20 个相关 PR,涉及 pytorch/ao、pytorch/helion、sgl-project/sglang、vllm-project/vllm。

sgl-project/sglang#32118 Fix nightly CI: NVFP4 cuda-graph crash, NVILA batching, CuTe paged-KV zero-size, Kimi-VL OOM (https://github.com/sgl-project/sglang/pull/32118)

vllm-project/vllm#43229 [CompressedTensors] FP4 Qutlass Integration (https://github.com/vllm-project/vllm/pull/43229)

Python DSL/编译: 当日共有 15 个相关 PR,涉及 pytorch/helion、tile-ai/tilelang、vllm-project/vllm。

vllm-project/vllm#42436 fused_moe: add VLLM_TRITON_USE_TD tensor-descriptor path (https://github.com/vllm-project/vllm/pull/42436)

vllm-project/vllm#49580 Integrate CuTeDSL MoE for ReLU2 NVFP4 (https://github.com/vllm-project/vllm/pull/49580)

分布式/路由: 当日共有 13 个相关 PR,涉及 sgl-project/sglang、vllm-project/vllm。

sgl-project/sglang#32642 Add a benchmark script for the HPC-Ops bf16xfp32 router GEMM (https://github.com/sgl-project/sglang/pull/32642)

sgl-project/sglang#32104 [EPD][VLM] Fix Kimi-VL 2D encoder grids (https://github.com/sgl-project/sglang/pull/32104)

MoE优化: 当日共有 11 个相关 PR,涉及 sgl-project/sglang、triton-lang/triton、vllm-project/vllm。

vllm-project/vllm#42436 fused_moe: add VLLM_TRITON_USE_TD tensor-descriptor path (https://github.com/vllm-project/vllm/pull/42436)

sgl-project/sglang#32699 perf(kimi-k3): fuse MoE-front prep (route + trtllm pack + mxfp8 quant) into one launch (https://github.com/sgl-project/sglang/pull/32699)

3. 对推理栈建设的启示

多硬件适配加速:vLLM / SGLang / Triton 在 AMD、CPU、CUDA Graph 等方向持续更新,值得持续跟踪异构硬件适配策略。

低精度与 MoE 能力:FP8/FP4/INT4/MoE 后端持续演进,可作为低成本推理能力建设参考。

Python DSL / 编译栈:Triton、Helion、torch.compile 方向活跃,说明高性能内核开发门槛正在下降,适合持续观察可复用 kernel 模式。

关注「AI 每日参」,每天同步主流 AI 开源社区关键进展。

本文为自动生成的开源 PR 日报,重点关注 vLLM、SGLang、PyTorch、Triton、Helion 等社区。

恭喜你完成今日份的 AI 进化!里程碑已达成:🚩

别忘了顺手解锁 "点赞+在看+转发" 隐藏成就。

记得点亮 星标,防止由于算法调皮导致咱们"走散"。

撤了,明天同一时间见!👋

基本 文件 流程 错误 SQL 调试
  1. 请求信息 : 2026-08-09 00:07:22 HTTP/1.1 GET : https://www.yeyulingfeng.com/a/889699.html
  2. 运行时间 : 0.190663s [ 吞吐率:5.24req/s ] 内存消耗:4,656.23kb 文件加载:145
  3. 缓存信息 : 0 reads,0 writes
  4. 会话信息 : SESSION_ID=954c2b24d86126a966cc3acf1fdf3380
  1. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/public/index.php ( 0.79 KB )
  2. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/autoload.php ( 0.17 KB )
  3. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/autoload_real.php ( 2.49 KB )
  4. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/platform_check.php ( 0.90 KB )
  5. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/ClassLoader.php ( 14.03 KB )
  6. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/autoload_static.php ( 6.05 KB )
  7. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/helper.php ( 8.34 KB )
  8. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-validate/src/helper.php ( 2.19 KB )
  9. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/ralouphie/getallheaders/src/getallheaders.php ( 1.60 KB )
  10. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/helper.php ( 1.47 KB )
  11. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/stubs/load_stubs.php ( 0.16 KB )
  12. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Exception.php ( 1.69 KB )
  13. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-container/src/Facade.php ( 2.71 KB )
  14. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/deprecation-contracts/function.php ( 0.99 KB )
  15. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/polyfill-mbstring/bootstrap.php ( 8.26 KB )
  16. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/polyfill-mbstring/bootstrap80.php ( 9.78 KB )
  17. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/var-dumper/Resources/functions/dump.php ( 1.49 KB )
  18. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-dumper/src/helper.php ( 0.18 KB )
  19. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/var-dumper/VarDumper.php ( 4.30 KB )
  20. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/guzzlehttp/guzzle/src/functions_include.php ( 0.16 KB )
  21. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/guzzlehttp/guzzle/src/functions.php ( 5.54 KB )
  22. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/App.php ( 15.30 KB )
  23. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-container/src/Container.php ( 15.76 KB )
  24. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/container/src/ContainerInterface.php ( 1.02 KB )
  25. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/provider.php ( 0.19 KB )
  26. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Http.php ( 6.04 KB )
  27. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/helper/Str.php ( 7.29 KB )
  28. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Env.php ( 4.68 KB )
  29. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/common.php ( 0.03 KB )
  30. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/helper.php ( 18.78 KB )
  31. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Config.php ( 5.54 KB )
  32. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/alipay.php ( 3.59 KB )
  33. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/facade/Env.php ( 1.67 KB )
  34. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/app.php ( 0.95 KB )
  35. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/cache.php ( 0.78 KB )
  36. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/console.php ( 0.23 KB )
  37. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/cookie.php ( 0.56 KB )
  38. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/database.php ( 2.48 KB )
  39. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/filesystem.php ( 0.61 KB )
  40. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/lang.php ( 0.91 KB )
  41. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/log.php ( 1.35 KB )
  42. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/middleware.php ( 0.19 KB )
  43. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/route.php ( 1.89 KB )
  44. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/session.php ( 0.57 KB )
  45. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/trace.php ( 0.34 KB )
  46. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/view.php ( 0.82 KB )
  47. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/event.php ( 0.25 KB )
  48. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Event.php ( 7.67 KB )
  49. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/service.php ( 0.13 KB )
  50. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/AppService.php ( 0.26 KB )
  51. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Service.php ( 1.64 KB )
  52. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Lang.php ( 7.35 KB )
  53. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/lang/zh-cn.php ( 13.70 KB )
  54. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/initializer/Error.php ( 3.31 KB )
  55. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/initializer/RegisterService.php ( 1.33 KB )
  56. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/services.php ( 0.14 KB )
  57. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/service/PaginatorService.php ( 1.52 KB )
  58. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/service/ValidateService.php ( 0.99 KB )
  59. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/service/ModelService.php ( 2.04 KB )
  60. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-trace/src/Service.php ( 0.77 KB )
  61. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Middleware.php ( 6.72 KB )
  62. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/initializer/BootService.php ( 0.77 KB )
  63. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/Paginator.php ( 11.86 KB )
  64. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-validate/src/Validate.php ( 63.20 KB )
  65. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/Model.php ( 23.55 KB )
  66. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/Attribute.php ( 21.05 KB )
  67. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/AutoWriteData.php ( 4.21 KB )
  68. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/Conversion.php ( 6.44 KB )
  69. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/DbConnect.php ( 5.16 KB )
  70. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/ModelEvent.php ( 2.33 KB )
  71. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/RelationShip.php ( 28.29 KB )
  72. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/contract/Arrayable.php ( 0.09 KB )
  73. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/contract/Jsonable.php ( 0.13 KB )
  74. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/contract/Modelable.php ( 0.09 KB )
  75. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Db.php ( 2.88 KB )
  76. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/DbManager.php ( 8.52 KB )
  77. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Log.php ( 6.28 KB )
  78. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Manager.php ( 3.92 KB )
  79. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/log/src/LoggerTrait.php ( 2.69 KB )
  80. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/log/src/LoggerInterface.php ( 2.71 KB )
  81. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Cache.php ( 4.92 KB )
  82. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/simple-cache/src/CacheInterface.php ( 4.71 KB )
  83. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/helper/Arr.php ( 16.63 KB )
  84. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/cache/driver/File.php ( 7.84 KB )
  85. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/cache/Driver.php ( 9.03 KB )
  86. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/CacheHandlerInterface.php ( 1.99 KB )
  87. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/Request.php ( 0.09 KB )
  88. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Request.php ( 55.78 KB )
  89. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/middleware.php ( 0.25 KB )
  90. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Pipeline.php ( 2.61 KB )
  91. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-trace/src/TraceDebug.php ( 3.40 KB )
  92. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/middleware/SessionInit.php ( 1.94 KB )
  93. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Session.php ( 1.80 KB )
  94. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/session/driver/File.php ( 6.27 KB )
  95. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/SessionHandlerInterface.php ( 0.87 KB )
  96. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/session/Store.php ( 7.12 KB )
  97. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Route.php ( 23.73 KB )
  98. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/RuleName.php ( 5.75 KB )
  99. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/Domain.php ( 2.53 KB )
  100. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/RuleGroup.php ( 22.43 KB )
  101. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/Rule.php ( 26.95 KB )
  102. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/RuleItem.php ( 9.78 KB )
  103. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/route/app.php ( 4.22 KB )
  104. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/facade/Route.php ( 4.70 KB )
  105. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/dispatch/Controller.php ( 4.74 KB )
  106. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/Dispatch.php ( 10.44 KB )
  107. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/controller/Index.php ( 9.87 KB )
  108. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/BaseController.php ( 2.05 KB )
  109. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/facade/Db.php ( 0.93 KB )
  110. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/connector/Mysql.php ( 5.44 KB )
  111. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/PDOConnection.php ( 52.47 KB )
  112. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/Connection.php ( 8.39 KB )
  113. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/ConnectionInterface.php ( 4.57 KB )
  114. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/builder/Mysql.php ( 16.58 KB )
  115. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/Builder.php ( 24.06 KB )
  116. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/BaseBuilder.php ( 27.50 KB )
  117. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/Query.php ( 15.71 KB )
  118. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/BaseQuery.php ( 45.13 KB )
  119. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/TimeFieldQuery.php ( 7.43 KB )
  120. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/AggregateQuery.php ( 3.26 KB )
  121. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/ModelRelationQuery.php ( 20.07 KB )
  122. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/ParamsBind.php ( 3.66 KB )
  123. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/ResultOperation.php ( 7.01 KB )
  124. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/WhereQuery.php ( 19.37 KB )
  125. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/JoinAndViewQuery.php ( 7.11 KB )
  126. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/TableFieldInfo.php ( 2.63 KB )
  127. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/Transaction.php ( 2.77 KB )
  128. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/log/driver/File.php ( 5.96 KB )
  129. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/LogHandlerInterface.php ( 0.86 KB )
  130. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/log/Channel.php ( 3.89 KB )
  131. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/event/LogRecord.php ( 1.02 KB )
  132. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/Collection.php ( 16.47 KB )
  133. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/facade/View.php ( 1.70 KB )
  134. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/View.php ( 4.39 KB )
  135. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/controller/Es.php ( 3.11 KB )
  136. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Response.php ( 8.81 KB )
  137. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/response/View.php ( 3.29 KB )
  138. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Cookie.php ( 6.06 KB )
  139. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-view/src/Think.php ( 8.38 KB )
  140. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/TemplateHandlerInterface.php ( 1.60 KB )
  141. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-template/src/Template.php ( 46.61 KB )
  142. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-template/src/template/driver/File.php ( 2.41 KB )
  143. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-template/src/template/contract/DriverInterface.php ( 0.86 KB )
  144. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/runtime/temp/c935550e3e8a3a4c27dd94e439343fdf.php ( 31.50 KB )
  145. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-trace/src/Html.php ( 4.42 KB )
  1. CONNECT:[ UseTime:0.001263s ] mysql:host=127.0.0.1;port=3306;dbname=wenku;charset=utf8mb4
  2. SHOW FULL COLUMNS FROM `fenlei` [ RunTime:0.001782s ]
  3. SELECT * FROM `fenlei` WHERE `fid` = 0 [ RunTime:0.000802s ]
  4. SELECT * FROM `fenlei` WHERE `fid` = 63 [ RunTime:0.000651s ]
  5. SHOW FULL COLUMNS FROM `set` [ RunTime:0.001274s ]
  6. SELECT * FROM `set` [ RunTime:0.000501s ]
  7. SHOW FULL COLUMNS FROM `article` [ RunTime:0.001485s ]
  8. SELECT * FROM `article` WHERE `id` = 889699 LIMIT 1 [ RunTime:0.001148s ]
  9. UPDATE `article` SET `lasttime` = 1786205242 WHERE `id` = 889699 [ RunTime:0.001889s ]
  10. SELECT * FROM `fenlei` WHERE `id` = 64 LIMIT 1 [ RunTime:0.000673s ]
  11. SELECT * FROM `article` WHERE `id` < 889699 ORDER BY `id` DESC LIMIT 1 [ RunTime:0.001072s ]
  12. SELECT * FROM `article` WHERE `id` > 889699 ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000978s ]
  13. SELECT * FROM `article` WHERE `id` < 889699 ORDER BY `id` DESC LIMIT 10 [ RunTime:0.001469s ]
  14. SELECT * FROM `article` WHERE `id` < 889699 ORDER BY `id` DESC LIMIT 10,10 [ RunTime:0.001759s ]
  15. SELECT * FROM `article` WHERE `id` < 889699 ORDER BY `id` DESC LIMIT 20,10 [ RunTime:0.001657s ]
0.194390s