The community members are discussing why the MarkdownElementNodeParser takes longer to process compared to the MarkdownNodeParser, even when the llm parameter is set to None. One community member suggests that the MarkdownElementNodeParser checks each node to generate a summary, which may be the reason for the longer processing time. Another community member confirms that if you don't want a summary, you should use the MarkdownNodeParser instead.