Re: [SMW-devel] arraymap versus #ask performance

2013-03-15 Thread John McClure
Cc: 'Semantic MediaWiki developers' Subject: Re: [SMW-devel] arraymap versus #ask performance It looks like a bunch of these: * {{#arraymap:{{{Model|}}}|,|x|[[Has Model::x]]}} From: Jeroen De Dauw [mailto:jeroended...@gmail.com] Sent: Friday, March 15, 2013 7:52 AM To

Re: [SMW-devel] arraymap versus #ask performance

2013-03-15 Thread Sal Quintanilla
It looks like a bunch of these: * {{#arraymap:{{{Model|}}}|,|x|[[Has Model::x]]}} From: Jeroen De Dauw [mailto:jeroended...@gmail.com] Sent: Friday, March 15, 2013 7:52 AM To: salqu...@gmail.com Cc: Semantic MediaWiki developers Subject: Re: [SMW-devel] arraymap versus #ask performance

Re: [SMW-devel] arraymap versus #ask performance

2013-03-15 Thread Jeroen De Dauw
Hey, > or will the asks be fast simply because it’s querying the loaded page? All queries are run against the store. The page you are on has no affect. Running a query twice will have twice the cost of running it once. We have no smart caching going on here yet. MWJames has been poking at that a

[SMW-devel] arraymap versus #ask performance

2013-03-15 Thread Sal Quintanilla
I asked this on the user list and got no responses (I seem to consistently ask the answerless questions), but maybe this is better suited for this list. I've got a form with quite a few different checkbox fields. My template lists the contents using arraymap, and it works fine. But I'm thinki