Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    May 2014
    Location
    UK
    Posts
    317
    Plugin Contributions
    0

    Default Attributes Controller Impossibly Slow

    Hi all

    We're coming up to 10,000 products online and our Attributes controller is getting sooooo slow!

    We've had a few problems today with the host's network causing MYSQL problems which they say have been resolved but it is still very slow trying to add attributes to products.

    We will be looking to upgrade to v1.5.4 once we reach the 10K target (will that and the change of MySQL format help cure the problem?) but in the meantime we are struggling (pretty much like watching paint dry!)

    Please can anyone suggest how we can speed this process up? We have switched to PHP 5.5 and optimized all the database tables.

    Thanks

  2. #2
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Attributes Controller Impossibly Slow

    Do your attributes require a calculation of price or just a selection?\
    If no price calculations are needed, toggle each FUSCHIA attribute button & see if that helps.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  3. #3
    Join Date
    May 2014
    Location
    UK
    Posts
    317
    Plugin Contributions
    0

    Default Re: Attributes Controller Impossibly Slow

    Hi

    All our products are free downloads as everything is supplied by subscription ... I have tried the attributes controller (but maybe because of host problems today that just wouldn't load) ... Do I have to apply through admin once or every category/subcategory please?)

  4. #4
    Join Date
    May 2014
    Location
    UK
    Posts
    317
    Plugin Contributions
    0

    Default Re: Attributes Controller Impossibly Slow

    Just thought can I do an overall database change to switch this attribute off?

  5. #5
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Attributes Controller Impossibly Slow

    probably could be done globally, but that's above my paygrade.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  6. #6
    Join Date
    May 2014
    Location
    UK
    Posts
    317
    Plugin Contributions
    0

    Default Re: Attributes Controller Impossibly Slow

    Bugger LOL!!! Looked at the database table and it's all switched to 1 so I guess needs to be 0 but not sure ho9w to switch it off as standard ,,,,

    Will backup database ..... do a table replace then see where we go from there


    Thanks

  7. #7
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Attributes Controller Impossibly Slow

    if you go to Catalog => Product Types , select the appropriate product type and then select layout settings.
    You will find the default attribute settings at the bottom. These will be set when creating a new product, and will not change the existing one. That will need to be done through phpmyadmin directly in your database.

  8. #8
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Attributes Controller Impossibly Slow

    Might be able to help if the "fuchsia field" were more formally identified. Action does not require phpmydmin as could be performed in the tools->install sql patches window.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Attributes Controller Impossibly Slow

    There's also the x next to the category dropdown that when disabled may help assuming many categories are at play.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #10
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Attributes Controller Impossibly Slow

    this is the global patch
    Code:
    UPDATE products_attributes SET attributes_default = '0' WHERE attributes_default = '1'
    !!!! BACK UP BEFORE YOU TRY !!!!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Attributes Controller / Attributes Qty Price Discount
    By rdcast in forum Setting Up Categories, Products, Attributes
    Replies: 19
    Last Post: 6 Aug 2011, 02:53 AM
  2. How to use Attributes Controller to arrange two attributes!!!
    By signagen in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 27 Jun 2008, 02:25 AM
  3. Attribute Controller moving very slow
    By click in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 4 Jun 2007, 06:38 AM
  4. Can't see all attributes in Attributes Controller
    By jbhansen in forum General Questions
    Replies: 1
    Last Post: 23 Dec 2006, 11:39 PM
  5. Improved Attributes Controller/Ajax Attributes Controller
    By Jan51 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 26 Jul 2006, 01:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg