Task information
Section
Status
Open
Priority
Normal
Type
Feature Request

Most pages in co-munity take between 1-2 seconds to load. Some views even longer.

Some caching mechanisms and strategies might help to boost the performance of co-munity. These include:

  • caching database queries via Memcached/Redis
  • pre-compiling PHP code through APC/Zend Optimizer Plus
  • caching anonymous pages through Varnish (alternative, Boost module)
  • enabling cache in all (relevant) views (Views Cache Bully can help here)