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

  • Modular page · 10 years ago

    Hi guys, I'm trying to create modular components for modular page, but I don't understand how to let the admin user choose the oder of module inside a modular page (group) through the Grav Administrat

  • Hacky method to show content from multiple Grav instances · 10 years ago

    Have you tried symlinking certain pages from one site to another?

  • Hacky method to show content from multiple Grav instances · 10 years ago

    I'm making a multisite Grav where each subdomain has their own Grav instance. I've been cracking my head over how to have the main page show a collection of posts from the other subdomains since they

  • Weird grav memory error · 10 years ago

    Imagick and other solutions are definitely superior, unfortunately they are not widely supported by hosting providers. Even then, the current image manipulation library we use doesn't support anythin

  • Weird grav memory error · 10 years ago

    This is likely not just a single large image, but the process Gregwar applies (really GD applies) when manipulating (resizing etc) many of them: It does not handle memory well, in that it does not cle

  • Weird grav memory error · 10 years ago

    Well you guys are right after all... I made mistake cause I haven't deleted every image. The problem was one image that had only 3mb on disk (but resolution was close to 6000x4000, so I found out that

  • Weird grav memory error · 10 years ago

    Pages with lots of media can peak at high memory even if the images are not bit (just tried a page we test and got 68MB on the debug bar) at the first load, then get as low as 4MB on the next refreshe

  • Weird grav memory error · 10 years ago

    Memory usage for image resizing is a lot more than the image size itself. try this caulculator

  • Weird grav memory error · 10 years ago

    Maybe I should add that this happens only after clearing cache ... otherwise it is using 2mb

  • Weird grav memory error · 10 years ago

    Well maybe it's not probelm with the GD library afterall. Because when I delete all the images, the memory usage is whopping 90 mb even for bare page. So there is something else eating memory. Any ide