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

  • PHP: opcache.save/load_comments · 9 years ago

    I stumbled upon this setting while reading about PHP configuration. Is it something that Grav needs to function, or can these two be disabled?

  • Generate / precache images · 9 years ago

    Take a look at Grav PreCache Plugin CLI Usage

  • Generate / precache images · 9 years ago

    Alright thanks! Looks like it just took a while. Seems to work now! Can you tell me the cli command, you were talking about?

  • Generate / precache images · 9 years ago

    If images are used in content, it should definitely handle those too. It's basically looping through every page Grav knows about and calling the content() method on it automatically for you. You ca

  • Generate / precache images · 9 years ago

    Thanks for the quick reply. :) I already installed the plugin. But it seems like it doesn't process images. If you open a page for the first time, it still takes a while to generate the images. I can

  • Generate / precache images · 9 years ago

    https://github.com/getgrav/grav-plugin-precache

  • Generate / precache images · 9 years ago

    Hey guys, is it somehow possible to generate or precache all images of my site, after clearing the cache without open each page one by one?

  • Example usage of validate.pattern of a form field · 9 years ago

    Great, thanks. I overlooked that one, probably because I'm more busy with front-end forms.

  • Example usage of validate.pattern of a form field · 9 years ago

    Any valid regex pattern should work, like here. Can't find any good examples of it in use either, but the web has plenty of examples of regex-rules, and you could use a tool like Regex101 to test valu

  • Example usage of validate.pattern of a form field · 9 years ago

    Has anyone a, or preferably more than one, example of a validation pattern to be used to validate an entered value in a Form Plugin field? Searching the web and of course including this forum and the