Skip to content

Issue #490: Enabled FastRoute caching - #492

Draft
alexmerlin wants to merge 3 commits into
5.0from
issue-490
Draft

Issue #490: Enabled FastRoute caching#492
alexmerlin wants to merge 3 commits into
5.0from
issue-490

Conversation

@alexmerlin

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
@alexmerlinalexmerlin self-assigned this Oct 1, 2024
@alexmerlinalexmerlin linked an issue Oct 1, 2024 that may be closed by this pull request
@github-actions

github-actionsBot commented Oct 1, 2024

Copy link
Copy Markdown

Qodana for PHP

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Detected 98 dependencies

Third-party software list

This page lists the third-party software dependencies used in project

DependencyVersionLicenses
brick/math0.12.1MIT
brick/varexporter0.4.0MIT
doctrine/collections2.2.2MIT
doctrine/common3.4.4MIT
doctrine/data-fixtures1.7.0MIT
doctrine/dbal4.1.1MIT
doctrine/deprecations1.1.3MIT
doctrine/event-manager2.0.1MIT
doctrine/inflector2.0.10MIT
doctrine/instantiator2.0.0MIT
doctrine/lexer3.0.1MIT
doctrine/migrations3.8.1MIT
doctrine/orm3.2.2MIT
doctrine/persistence3.3.3MIT
dotkernel/dot-authentication2.4.0MIT
dotkernel/dot-authorization3.5.2MIT
dotkernel/dot-controller3.5.1MIT
dotkernel/dot-data-fixtures1.2.3MIT
dotkernel/dot-dependency-injection1.0.0MIT
dotkernel/dot-errorhandler4.0.0MIT
dotkernel/dot-event3.4.2MIT
dotkernel/dot-flashmessenger3.5.0MIT
dotkernel/dot-helpers3.5.1MIT
dotkernel/dot-log4.0.4MIT
dotkernel/dot-mail4.2.2MIT
dotkernel/dot-navigation3.5.1MIT
dotkernel/dot-rbac-guard3.5.0MIT
dotkernel/dot-rbac3.6.0MIT
dotkernel/dot-response-header3.3.1MIT
dotkernel/dot-session5.6.0MIT
dotkernel/dot-twigrenderer3.5.1MIT
fig/http-message-util1.1.5MIT
friendsofphp/proxy-manager-ltsv1.0.18MIT
laminas/laminas-authentication2.16.0BSD-3-Clause
laminas/laminas-code4.14.0BSD-3-Clause
laminas/laminas-component-installer3.4.0BSD-3-Clause
laminas/laminas-config-aggregator1.15.0BSD-3-Clause
laminas/laminas-diactoros3.4.0BSD-3-Clause
laminas/laminas-escaper2.13.0BSD-3-Clause
laminas/laminas-eventmanager3.13.1BSD-3-Clause
laminas/laminas-filter2.37.0BSD-3-Clause
laminas/laminas-form3.20.1BSD-3-Clause
laminas/laminas-httphandlerrunner2.10.0BSD-3-Clause
laminas/laminas-hydrator4.15.0BSD-3-Clause
laminas/laminas-i18n2.28.1BSD-3-Clause
laminas/laminas-inputfilter2.30.1BSD-3-Clause
laminas/laminas-json3.6.0BSD-3-Clause
laminas/laminas-loader2.10.0BSD-3-Clause
laminas/laminas-mail2.25.1BSD-3-Clause
laminas/laminas-mime2.12.0BSD-3-Clause
laminas/laminas-permissions-rbac3.6.0BSD-3-Clause
laminas/laminas-servicemanager3.22.1BSD-3-Clause
laminas/laminas-session2.21.0BSD-3-Clause
laminas/laminas-stdlib3.19.0BSD-3-Clause
laminas/laminas-stratigility3.12.0BSD-3-Clause
laminas/laminas-translator1.0.0BSD-3-Clause
laminas/laminas-validator2.64.1BSD-3-Clause
laminas/laminas-view2.35.0BSD-3-Clause
mezzio/mezzio-authentication1.9.0BSD-3-Clause
mezzio/mezzio-authorization-rbac1.7.0BSD-3-Clause
mezzio/mezzio-authorization1.9.0BSD-3-Clause
mezzio/mezzio-cors1.12.1BSD-3-Clause
mezzio/mezzio-fastroute3.11.0BSD-3-Clause
mezzio/mezzio-helpers5.16.0BSD-3-Clause
mezzio/mezzio-router3.17.0BSD-3-Clause
mezzio/mezzio-template2.10.0BSD-3-Clause
mezzio/mezzio-twigrenderer2.16.0BSD-3-Clause
mezzio/mezzio3.19.1BSD-3-Clause
nikic/fast-routev1.3.0BSD-3-Clause
nikic/php-parserv4.19.4BSD-3-Clause
psr/cache3.0.0MIT
psr/container1.1.2MIT
psr/http-client1.0.3MIT
psr/http-factory1.1.0MIT
psr/http-message2.0MIT
psr/http-server-handler1.0.2MIT
psr/http-server-middleware1.0.2MIT
psr/log3.0.2MIT
ramsey/collection2.0.0MIT
ramsey/uuid-doctrine2.1.0MIT
ramsey/uuid4.7.6MIT
roave/psr-container-doctrine5.3.0BSD-2-Clause
symfony/consolev7.1.5MIT
symfony/deprecation-contractsv3.5.0MIT
symfony/filesystemv7.1.5MIT
symfony/polyfill-ctypev1.31.0MIT
symfony/polyfill-intl-graphemev1.31.0MIT
symfony/polyfill-intl-idnv1.31.0MIT
symfony/polyfill-intl-normalizerv1.31.0MIT
symfony/polyfill-mbstringv1.31.0MIT
symfony/polyfill-php81v1.31.0MIT
symfony/service-contractsv3.5.0MIT
symfony/stopwatchv7.1.1MIT
symfony/stringv7.1.5MIT
symfony/var-exporterv7.1.2MIT
twig/twigv3.14.0BSD-3-Clause
webimpress/safe-writer2.2.0BSD-2-Clause
webmozart/assert1.11.0MIT
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@alexmerlin

Copy link
Copy Markdown
MemberAuthor

Note

This feature requires the directory data/cache to be part of the repository, because - as seen in src/FastRouteRouter.php - if the cache file's parent directory does not exist, an exception is thrown.

@arhimede
arhimede marked this pull request as draft October 1, 2024 10:00
Signed-off-by: Alex Karajos <alex.merlin.1985@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable FastRoute caching?

1 participant

@alexmerlin