Active
Project:
Render cache
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2013 at 16:11 UTC
Updated:
2 Aug 2016 at 17:55 UTC
Jump to comment: Most recent
Comments
Comment #1
fabianx commentedThat is a great idea.
I suggest we however put
comments around the markup using standard #prefix / #suffix commands for the first iteration.
I personally use error_log(print_r()) all the time with the above to improve the performance.
Comments worked for us very well in D8 for the twig initiative and people love to look at the markup in my experience.
I have not looked at panels why so slow, yet.
Thanks!
Comment #2
fabianx commentedWow, the output of panels - why slow? is awesome!
That looks really useful!
Comment #3
fabianx commentedComment #4
fabianx commentedComment #7
geek-merlinFor the records: This 2.x feature is enabled by setting render_cache_debug_output=1 and writes stuff to your HTML that you can grep with "<!-- START RENDER".