Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Waiting (idle) TTFB is 10s+ on some pages initial load
· 10 years ago
It could well be the advanced page cache plugin. Typically this precaches all the pages by calling their content() method using the onShutdown() event. This event runs after the page is done process
-
Waiting (idle) TTFB is 10s+ on some pages initial load
· 10 years ago
Thanks for the reply! I have been doing some image optimization and have got my problem page down to about 5 seconds for initial load. I still feel like this is too slow though, considering all other
-
Waiting (idle) TTFB is 10s+ on some pages initial load
· 10 years ago
If you are using the relatedpages plugin, make sure it's updated to the latest. There was a bug in this that caused every page to be processed on first page load. This combined with pages that have
-
Waiting (idle) TTFB is 10s+ on some pages initial load
· 10 years ago
My time to first byte is 10s plus on one of my pages after clearing all cache. Other pages are 3 to 5 seconds. This is only on initial page load after a cache clear (all). This happens whether in prod
-
Show full date - twig format?
· 10 years ago
@rhukster - big thanks! It works! How did I overlook it? 😂 P.S. Do you allow to add paid themes to the theme list of official Grav site?
-
Show full date - twig format?
· 10 years ago
Twig uses the PHP date time format, but i think that particular one is simply c which is the shortcode for ISO 8601 - http://php.net/manual/en/function.date.php
-
Show full date - twig format?
· 10 years ago
What is the twig format to output this date format? 2016-10-10T14:37:15+00:00
-
Adding one more CSS if the *.html.twig is loaded
· 10 years ago
have your tried {{ parent() }}? http://twig.sensiolabs.org/doc/functions/parent.html
-
Adding one more CSS if the *.html.twig is loaded
· 10 years ago
Good day. We have base.html.twig with {% block stylesheets %}, when the template part is loaded, we need to add additional css to {% block stylesheets %}. So we have in the base.html.twig ---yaml {% b
-
Multisite setup.py issue
· 10 years ago
Looks like the user folder you're pointing to does not exist. I suggest following the examples in the Multisite docs first, and then if you need something custom in your setup.php, edit one thing at a