https://bugzilla.wikimedia.org/show_bug.cgi?id=44746
--- Comment #6 from Marius Hoch <[email protected]> --- First of all, this probably shouldn't use numerical offsets (if possible... not sure it is due to the way it works). Also we should avoid implementing our offsets by loading a lot of stuff first and then discarding stuff in PHP, which can get quite slow (also not sure this is possible). If the above isn't possible, there are still some ways to improve performance. Also I think we should limit the number of entities which can be returned for a single term (limit + offset) to a value which is reasonable for UI use (100?). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
