What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

I am looking at performance improvements, and remember that the class resolver cache was recommended

UKEP86J66
UKEP86J66 Posts: 208 🧑🏻‍🚀 - Cadet

I am looking at performance improvements, and remember that the class resolver cache was recommended for previous projects: https://documentation.spryker.com/docs/performance-guidelines#activate-class-resolver-cache
We have this setup for Yves on my current project but there does not seem to be a plugin that saves the cache file for Zed.
Am I missing an update or is the cache not recommended for Zed?

Comments

  • Serhii Chepela
    Serhii Chepela Application Architect @ Spryker Sprykee Posts: 49 🧑🏻‍🚀 - Cadet

    Hi! Actually Zed part was released not so long ago
    https://github.com/spryker/kernel/releases/tag/3.43.0

  • Serhii Chepela
    Serhii Chepela Application Architect @ Spryker Sprykee Posts: 49 🧑🏻‍🚀 - Cadet

    There is a new plugin AutoloaderCacheEventDispatcherPlugin that caches resolved files. But be advised that for now it doesn’t work for console commands

  • UKEP86J66
    UKEP86J66 Posts: 208 🧑🏻‍🚀 - Cadet

    Thanks Serhii, this is what I was hoping. I did not want to implement this in project if it was available in core 🙂