The load time for the base html of any page on my Joomla website (removed) is ~2seconds.
- There aren’t an excessive number of modules (even the pages with virtually no content take ~2seconds to load: (removed)
- There aren’t too many articles (or anything else that would make any db queries overly strenuous)
- Loading a tiny file takes <10ms (robots.txt or images)
- The file sizes of the base html pages are in the 30-40kb range
What is causing the slowdown in loading the initial html page? How can I figure out what is causing the slowdown (and fix it)?
Turn on debugging in global configuration and see if it shows you any slow queries.