Sooo slow!
Permalink1. concrete5.7 is horribly slow, or
2. the Fundamental theme needs rewriting, or
3. my server needs to get its act together.
Where does the problem lie? Can anybody tell me?
My site is dawntodusk.net.au, and my server is Iinet
I actually think these are issues with the theme.
Two things:
- the theme (via jquery) seems to be calling for a resource that isn't found. When that happens in concrete5, it creates a full new request, slowing things down.
- the theme appears to directly use .less files for styles. Now I'm not a user of Less (I use Sass), but my understanding of Less is that you're not supposed to re-compile in the less files in the browser on every page load, that's only an option for development purposes. I think this causes the page to take a while to render.
See my attached showing both issues. I'd flag these things with the theme's developer.
Is cache off? Does it make much difference turning full caching on?
Might be worth uploading some images or static pages and seeing how quick they load, that should tell you whether its the host or C5.