Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Have a look at this page http://tag1consulting.com/Drupal_Performance_Agency, especially the 'Page Load Time Worksheet' contains a lot of things you can check. Looking at the page load statistics in my browser, I suspect that the problem is server-side (apache, mysql, php, drupal caching) rather than client-side (html, css, javascript, gzip compression). However it's always good to explore all possible improvements.
Comments
do you know what your php
do you know what your php memory settings are?
php settings
I don't know what they are set at.
Have a look at this page
Have a look at this page http://tag1consulting.com/Drupal_Performance_Agency, especially the 'Page Load Time Worksheet' contains a lot of things you can check. Looking at the page load statistics in my browser, I suspect that the problem is server-side (apache, mysql, php, drupal caching) rather than client-side (html, css, javascript, gzip compression). However it's always good to explore all possible improvements.