Double queries smart slider 3
-
Hi, i have a question regarding the queries smart slider 3 uses.
Query monitor tells me that there is a double query that is fetched.
N2DBConnector->queryRow()
1 call
N2SmartSliderAbstract->loadSliderParams()
1 call
N2ElementPublishSlider->fetchElement()
1 callSELECT *
FROM wpnw_nextend2_section_storage
WHERE application = ‘cache’
AND section = ‘notweb/n2-ss-3’
AND referencekey = ‘variations.manifest’And
SELECT *
FROM wpnw_nextend2_section_storage
WHERE application = ‘cache’
AND section = ‘notweb/n2-ss-3’
AND referencekey = ‘data.manifest’AND
SELECT *
FROM wpnw_nextend2_section_storage
WHERE application = ‘cache’
AND section = ‘notweb/n2-ss-3’
AND referencekey = ‘slidernl_NL1’AND
SELECT *
FROM wpnw_nextend2_section_storage
WHERE application = ‘cache’
AND section = ‘notweb/n2-ss-3’
AND referencekey = ‘slidernl_NL1.manifest’Each of the above query gets 2 calls..
Query monitor says these are double queries.
How can i reduce this?
thank youThe page I need help with: [log in to see the link]
- The topic ‘Double queries smart slider 3’ is closed to new replies.