Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
flavio Member
@flavio · Joined 9 years ago · 58 posts · 0 topics · 22 reputation
Badges
Recent posts
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
I think the hosting really depends on your target geographical zone. If it's Finland, you'd probably better pick a local one. If worldwide, we have a good non-exhaustive list of hosting providers on h
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
Many good suggestions here. Grav provides a list of common ways to improve performance here: https://learn.getgrav.org/advanced/performance-and-caching The most important one is a fast hosting with
-
Custom List - Form type
· 9 years ago
Sure, a plugin can introduce new form fields, so this option can be added as well.
-
Multilang local and production configuration
· 9 years ago
Did you consider the idea of using a symbolic link?
-
Custom List - Form type
· 9 years ago
Correct me if I'm wrong: you want a "list field" that lets you choose which kind of element you add to the list, and not pre-determine it. Currently I'm afraid this is not possible yet.
-
Problem with https://validator.w3.org/nu/
· 9 years ago
Seems that the error means One specific case that causes this is a server that claims the file is compressed, but then serves an uncompressed file. I tried one of my sites with Gzip off and I got t
-
High CPU / Maximum execution time exceeded
· 9 years ago
When I need to debug without knowing exactly the problem, I use the bisect / binary search technique: delete all the pages. does it improve? yes restore the pages delete the first
-
Blueprint: Error on save
· 9 years ago
A similar issue has been raised in https://github.com/getgrav/grav-plugin-admin/issues/1163 too, as we had a regression in [email protected], now fixed in [email protected]. Basically you need at least the route
-
Gravstrap plugin documentation (solved)
· 9 years ago
I made a PR to fix the wrong link https://github.com/giansi/gravstrap/pull/31
-
Security for Admin login? Lock after set number of tries
· 9 years ago
The Login plugin provides flood protection (https://github.com/getgrav/grav-plugin-login/commit/590f188189c8453afb5992e7ec385795336ee711), but only for the frontend, Admin does not yet have such check