Typo 4.0 and memory reduction... 4
Have you upgraded to the latest Typo release only to find that it hits the per process memory limit on your host? It happened to me.
Here is how I went about reducing the memory footprint of Typo:
I will eventually be using a diferent theme but I switched to this one while checking out memory use and haven't spent enough time on my new one yet.
Here is how I went about reducing the memory footprint of Typo:
- Removed sidbars that aren't used from the installation.
- Amazon through XBox.
- Removed unused requires from environment.rb
- In particlular aggregation classes for the Sidebars that were removed.
- Make sure to not load any unnecessary parts of Rails (i.e. ActiveWebService) That's right I use the admin screen to post!
- Most importantly deleted the sparklines_textfilter.
I will eventually be using a diferent theme but I switched to this one while checking out memory use and haven't spent enough time on my new one yet.