Search code examples
symfony1apostrophe-cms

Apostrophe now cms performance issue


I am playing with a sandbox from Apostrophe now. Each time I clear the cache (symfony cc), it takes about 25 sec. to load any page for the first time. Once cache is recreated it's fine, though. Is it normal?


Solution

  • Yes, the application is having to read, parse and generate a lot of files. That's why the cache is there - so that it's faster to run normally.