Announcement

Collapse
No announcement yet.

Hanging After every change

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Hanging After every change

    Hi All,

    We have a client that is reporting that their Sellerdeck V11 has got slower and slower to the point it now hangs after every product update.

    They have compacted their database, but no change.

    What other actions can they do to help the issue - or refresh things?

    Cheers

    Grant

    #2
    One of the most common issues is a third party Javascript, the fix is to wrap the code in a blockif to hide it from preview mode see: here.
    Peblaco

    Comment


      #3
      Cheers Peblaco, I will have an investigate.

      Comment


        #4
        Happened to me last week - it was Google's custom search engine which was suddenly slowing everything to a grinding halt. Used the following blockif to hide it in preview mode (as Peblaco suggested above)

        <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e">
        <CALL TO EXTERNAL SCRIPT>
        </actinic:block>
        =======================================
        Cater For You Ltd

        Comment


          #5
          Cheers Watsy, Will see if upgrading to 11.06 for the Sage update helps it - if not, then will look into these

          Comment

          Working...
          X