Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Right now, to build a category tree name with x cats for the FIRST time the mod has to query database x times. Even though this is done only ONCE, it is not efficient.
    I should either try to make use of the name already retrieved in files, or use just 1 query. There is a a problem with trying to use 1 single query string tho, how should we select....in() yet still make the category names in the exact order.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #2
    Join Date
    Dec 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Right now, to build a category tree name with x cats for the FIRST time the mod has to query database x times. Even though this is done only ONCE, it is not efficient.
    My take on this is:
    1. it is done once, therefore it is efficient, considering
    2. it is looping though simple queries, therefore less prone to bugs

    If someone has a site with x cats, where x is large, they should have the power to run these Simple SEO URL queries, cause the rest of ZenCart will require a lot of power anyway.

    And again, if this is Simple SEO URL, we should have relatively compact code.

  3. #3
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Thanks skaimauve, I thought so as well.

    Also, I have made minor changes to the code, previously the content in files are stored like this:
    example: c-name1-name2-19_20

    From now on, we will simply store the names only: name1-name2

    This allows us to re-use the names if we ever need to.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

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