Module talk:Unimplemented: Difference between revisions

m
Sign last comment
m (Improve output formatting)
m (Sign last comment)
 
(One intermediate revision by the same user not shown)
Line 4:
 
This will significantly reduce the number of <code>#ask</code> queries the script performs by calling <code>language_tasks(language)</code> and <code>omitted_language_tasks(language)</code> just once per page instead of 2 or 3 times. --[[User:Jgrprior|Jgrprior]] ([[User talk:Jgrprior|talk]]) 08:31, 27 February 2023 (UTC)
 
: [[Module:Unimplemented]] now includes a <code>page</code> function that combines all three task lists into a single call, as described above. Parser profiling data shows the combined function to be up to half a second faster than calling three separate functions, and it consumes about 200 kB less memory. --[[User:Jgrprior|Jgrprior]] ([[User talk:Jgrprior|talk]]) 07:56, 5 March 2023 (UTC)
 
== Improve output formatting ==
140

edits