Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Dev site is *really* slow · 11 years ago

    It was the one called "Related pages". that's trouble, something like that is quite useful for a blog...

  • Dev site is *really* slow · 11 years ago

    Thanks for the tip, it was a plugin. Not sure yet which, but I've disabled every one of them and the problem went away. I will enable them one by one to see which one is causing it, and let 'all know.

  • Dev site is *really* slow · 11 years ago

    BTW, Would be great if you could zip up your site and PM a link to download it. That way i can experiment on it locally and narrow down where the issue is.

  • Dev site is *really* slow · 11 years ago

    The other thing to consider is that it could be caused by a plugin that is doing stuff on the content. What plugins do you have installed?

  • Dev site is *really* slow · 11 years ago

    The content does get cached, but the Twig could be manipulating the content and that of course would not be cached.

  • Dev site is *really* slow · 11 years ago

    I cannot edit... :/ was cached, and 4 images applied is really was cached, and 40 images applied

  • Dev site is *really* slow · 11 years ago

    O this forum reads markdown? :D I meant max_execution_time=120 in php.ini

  • Dev site is *really* slow · 11 years ago

    rhuk: I modified the twenty theme to have a blog thing going. i took some twig-bits from the default blog theme form the website (I'll look up the name in a moment). I did not modify much in the twigs

  • Dev site is *really* slow · 11 years ago

    Which theme were you using? and which one did you switch to? Also what page was this on? If we know the template used, perhaps we can track down what in the theme was making things slow.

  • Dev site is *really* slow · 11 years ago

    It should affect loading because Twig is rendered on the server, it's not a frontend templating framework.