You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: sync patches with upstream PRs and add PR status
- Update external-reference-resolver-cache.patch with O(1) hash set lookup
- Update inline-lexer-regex-cache.patch to use ExternalReferenceResolver::isSupportedScheme()
- Update guides-cli-container-cache.patch with graceful fallback for uncacheable containers
- Update guides-cli-symfony8-compat.patch with backwards-compatible method_exists()
- Add Upstream Pull Requests section to performance report
- Link to PRs #1287, #1288, #1289, #1290, #1291
<strong>Note:</strong> All PRs target PHP 8.1+ and maintain backwards compatibility. The patches in this repository
1419
+
will be removed once the upstream PRs are merged and released.
1420
+
</p>
1421
+
</div>
1422
+
1358
1423
<!-- References -->
1359
1424
<divclass="card">
1360
1425
<h2>References</h2>
1361
1426
<ulstyle="margin: 0; padding-left: 1.5rem;">
1362
1427
<li><ahref="https://github.com/TYPO3-Documentation/render-guides/pull/1143">PR #1143</a> — Original performance optimization proposal and discussion</li>
1363
1428
<li><ahref="https://github.com/CybotTM/render-guides/tree/feature/php-8.5-only">Feature Branch</a> — Source code for this implementation</li>
1429
+
<li><ahref="https://github.com/phpDocumentor/guides/pulls?q=is%3Apr+author%3ACybotTM">Upstream PRs</a> — Performance patches submitted to phpDocumentor/guides</li>
0 commit comments