Hi guys,
I'm having a strange behavior on a custom module, it takes forever for the page to render. The GetContent() method is not the problem, it returns quickly.
Using debug=True I found the info below. What does MEM means?
10:31:13.115 | After global paragraphs | 0 | 68533 |
10:31:13.115 | After cdn replace | 0 | 68533 |
10:31:13.147 | After snippets | 31 | 68564 |
10:31:13.147 | After globalTemplate start | 0 | 68564 |
10:31:13.147 | After Page.AfterOutput notification | 0 | 68564 |
10:31:13.147 | Starting template.output (MEM) | 0 | 68564 |
10:44:31.466 | Ending template.output (MEM) - took: 798319,2692 ms. | 798319 | 866883 |