Rendering Markdown Can Be Slow #42
Labels
No Label
accessibility
beginner-friendly
bug
code
critical
cygwin
documentation
duplicate
enhancement
error reporting
external
help wanted
infrastructure
invalid
investigate
language-spec
logs
lti
mac
maybe
qtype:bigbox
qtype:checkoff
qtype:expression
qtype:fileupload
qtype:multiexpression
qtype:multiplechoice
qtype:number
qtype:pythoncode
qtype:pythonic
qtype:pythonliteral
qtype:richtext
qtype:smallbox
question
question types
sandbox
security
ui/ux
wontfix
wsl
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: catsoop/catsoop#42
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Pages with large
multiplechoice
questions using theradio
orcheckbox
renderers are really slow , presumably because they call out to markdown a whole lot. It would be good to find a way to speed that up (perhaps by arranging things so thatsource_transform_string
is only called once per page, rather than once for each option (or maybe we could call the_md
function more directly, without the extra overhead of all the source_transform_string stuff...)Rendering Markdown is Slow (esp w/ lots of radio/checkbox multiplechoice)to Rendering Markdown Can Be Slow