Wednesday, 15 April 2015

How can we improve the Drupal site performance?

Answer:-Use following modules
1) PHP APC

2) Memcache

3) Varnish - an advanced and very fast reverse-proxy (to understand reverse-proxy visit here)system. Basically, Varnish handles serving static files and anonymous page-views for your site much faster and at higher volumes than Apache, in the neighborhood of 3000 requests per second

Note: In case of Drupal 6 it is advisable to use pressflow as it offers integration with Varnish and allows for MySQL replication. If you have mostly anonymous traffic, using Varnish as a reverse proxy cache is the most effective change you can make to improve performance.

4) Boost- provides static page caching for Drupal enabling a very significant performance and scalability boost for sites that receive mostly anonymous traffic

5) Views Cache
6) Block Cache
7) CDN
8) JavaScript Aggregator
9) CSS GZip

No comments:

Post a Comment