• Resolved mitdrissia

    (@mitdrissia)


    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 call

    SELECT *
    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 you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Double queries smart slider 3’ is closed to new replies.