Skip to main content

Timeline for How to interact with APCu?

Current License: CC BY-SA 4.0

10 events
when toggle format what by license comment
Sep 20, 2021 at 4:59 comment added Vivek Kumar You have to run composer update the first thing after you've mentioned updated dependencies in composer.json during upgrade process. You have to run the composer update with provided params when you're doing that.
Sep 19, 2021 at 1:40 comment added Kalvin Klien Is this done before compile, after compile, after upgrade, before upgrade?
Sep 18, 2021 at 12:44 history edited Vivek Kumar CC BY-SA 4.0
added 316 characters in body
Sep 18, 2021 at 12:42 comment added Vivek Kumar I've mentioned it in the post in the edit section.
Sep 17, 2021 at 20:36 history bounty awarded Kalvin Klien
Sep 17, 2021 at 20:36 comment added Kalvin Klien I'll award the answer the reward (because then it will just be a waste), but I would like EXACT commands to run when using APCu and deploying the site after an upgrade.
Sep 14, 2021 at 11:27 history edited Vivek Kumar CC BY-SA 4.0
added 8 characters in body
Sep 14, 2021 at 11:25 comment added Vivek Kumar You have to run setup upgrade and subsequently static content deploy commands after you have upgraded any Magento instance. Regarding how APCu gets created during class map generation, it mirrors the class map however it is created when the class map is created as mentioned in my answer, it is fallback for class map. You can read up on how autoloading and class generation works here - alanstorm.com/magento_2_autoloader_and_class_generation
Sep 14, 2021 at 7:34 comment added Kalvin Klien Can you please explain which commands do you run after the composer update when you want to update your site and how APC autoloading gets updated?
Sep 14, 2021 at 6:54 history answered Vivek Kumar CC BY-SA 4.0