Jump to content

Upgrade from CC4 to CC6 Product pages slow


huggettm

Recommended Posts

Smarty would not have caused that extent of slowness - it was stupidly slow.  Disabling the related product plugin fixed the issue and proved it was something to do with that - probably missing indexes, especially if you have lots of products.

The search not working can often be caused by a missing index on the inventory table so do a table by table comparison of the indexes

  • Thanks 1
Link to comment
Share on other sites

There may be an issue with the database. I hear you say that you can verify that an assigned image will still be selected when returning to edit that category. So, the database should be structured correctly and hold valid data.

That leaves the possibility that 'subcategory' images are not being created. In the folder /images/cache/, look for a filename that starts with the name of the master image of a category, and has a .105.jpg ending.

  • Thanks 1
Link to comment
Share on other sites

So, for a category record in CubeCart_category table, the 'cat_image' value could be an integer other than zero. Take note of an integer value, such as 36 for example.

Then, in CubeCart_filemanager, find the record with file_id of the integer value noted earlier (36, for example). The 'filepath' column must be null or have the name of an actual folder. Does this record exist?

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...