I developed a site in Drupal 5.x and now its done and working fine, but its very slow. Working fast some time, but for imp modules it takes time.
When I see the performance logs, its consuming my memory for 150 MB per page MINIMUM. This is the minimum. Most of the pages its shows 550~700 MB consumption.
What I did till now.
- Javascript Aggregation Enabled.
- Page caching Enabled.
- Bandwidth Optimization Enabled.
- Slow query log checked under constant check.
My question, what/how exectaly the memory consumption is imp in this application. Drupal automatically takes all the relation between DB and code. Only some few modules are developed by me.
What the the tips/tricks can be used to improve my site speed.