cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
466 stars 88 forks source link

Cache ref files #65

Closed Shkryob closed 3 years ago

Shkryob commented 4 years ago

We have relatively big API specification with all objects extracted to separate file. This update reduced spec load time from ~15 min to several seconds.

cebe commented 4 years ago

Thanks, I am working on a similar thing on this branch: https://github.com/cebe/php-openapi/compare/wip-reference-cache

cebe commented 4 years ago

See also #13

cebe commented 4 years ago

Created a pull request to make it more visible: #67

cebe commented 3 years ago

This is included in #67, which is merged into master now. thanks @Shkryob!