Am 27.02.2014 01:30, schrieb David Cuenca: > On Wed, Feb 26, 2014 at 2:00 PM, Daniel Kinzler <[email protected] > <mailto:[email protected]>> wrote: > > To clarify: the problem is not loading data, but initializing widgets. The > browser isn't waiting for the server, it's frantically running in circles > trying > to get all the JS widgets set up. Which, of course, we should avoid. We > are > working on it. Sorry for the inconvenience. > > > Is there any way to initialize only those widgets visible on the screen?
Tricky, and it would make scrolling horribly annoying. No, much better not to initialize them at all until they are needed for editing. There's no reason we can't generate the full view as static HTML. We just have to finish implementing that. -- daniel -- Daniel Kinzler Senior Software Developer Wikimedia Deutschland Gesellschaft zur Förderung Freien Wissens e.V. _______________________________________________ Wikidata-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-l
