https://bugzilla.wikimedia.org/show_bug.cgi?id=64163

            Bug ID: 64163
           Summary: frame:preprocess and expandTemplate shouldn't count
                    toward execution time
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Scribunto
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

Some modules currently transclude a template whose name depends on parameters
received, such as Module:Documentation on enwiki. In these types of cases, the
module has to call frame:expandTemplate, but this counts towards Lua's time
limit. The change at
https://en.wikipedia.org/w/index.php?title=Template:Documentation&diff=605027466&oldid=593265833
was made to work around this behavior. Since there's no time limit on
preprocessing text or expanding templates from wikitext, I don't see why there
needs to be one from Lua.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to