Page 73 of 291 FirstFirst ... 2363717273747583123173 ... LastLast
Results 721 to 730 of 2907
  1. #721
    Join Date
    Mar 2006
    Posts
    71
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    I think you must be posting on the wrong thread. The URI mapping module can use as little as one SQL query per page load and at most 2 queries per page load. It then uses one query per link generation. That can't possibly be heavy. The module is, quite simply, lightweight.

    If you are having slow-downs it's nothing to do with this module. You must have set up your server wrong.

    All the best...

    Conor
    ceon

    I have used this module for the past couple of weeks and it has helped to improve the layout of the site and increase our listings on google, the problem i am having is that the mod is slowing down our site considerably if the mod is switched on it can take up to and sometimes over 1 minute to search the website for a particular product. Once the mod is switched off the site then runs fine again and searches quickly and opens products with no problem.

    Any help or ideas would be appreciated.

    Thanks
    Brad

  2. #722
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by DivaVocals View Post
    Honestly Kiddo, though I haven't tested it personally, I'm not sure that Zen Cart will work with PHP 5.3
    You are very right Diva, I built a lamp stack with PHP 5.3 this past weekend just to try to run Zen Cart and it exploded. (ZC, not the stack)

    I have a small handful of modules I consider essential, including this Ceon mod, and was hoping to identify which, if any, would cause me problems on 5.3.

    I'm curious to know if anyone has managed to run on 5.3, and if so, how that was done.

  3. #723
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by kiddo View Post
    You are very right Diva, I built a lamp stack with PHP 5.3 this past weekend just to try to run Zen Cart and it exploded. (ZC, not the stack)

    I have a small handful of modules I consider essential, including this Ceon mod, and was hoping to identify which, if any, would cause me problems on 5.3.

    I'm curious to know if anyone has managed to run on 5.3, and if so, how that was done.
    A small update...

    By using the info in this post as a guide, I did manage to get 1.3.8a running on PHP 5.3
    http://www.zen-cart.com/forum/showthread.php?t=125492

    I can't say if everything will function properly, but maybe is enough to test some modules.

  4. #724
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by websightdesign View Post
    Any help or ideas would be appreciated
    You should check the code of your site. It sounds like you have something wrong with your search pages.

    The module normally makes two SQL calls when mapping a page.

    It makes a single SQL call per generation of a link on the site to a product/category/manufacturer EZ page.

    It makes 2 SQL calls for a link to any other Zen Cart page.

    I fail to see how that could add a significant load to your site. Unless you are generating hundreds of links on a page (a massive search index or something?!).

    Unfortunately there's no worthwhile way to make the module faster.. so if you are still having those problems you should try and reduce the number of links generated on your site or upgrade to a better server which doesn't take so long! (1 minute is ridiculous, pages here are generated in milliseconds!)

    All the best...

    Conor
    ceon

  5. #725
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by kiddo View Post
    By using the info in this post as a guide, I did manage to get 1.3.8a running on PHP 5.3
    http://www.zen-cart.com/forum/showthread.php?t=125492

    I can't say if everything will function properly, but maybe is enough to test some modules.
    We run our sites on PHP5.3 with no problem.. the changes to Zen Cart were minor. I haven't read the above link but the main change I made was to rename the Zen Cart date_diff function (I just added "zen_" to the start of it in the [if I remember correctly] six places it is used through the ZC codebase).

    All of Ceon's software is fully compatible with PHP 5.3.

    Hope that helps!

    All the best...

    Conor
    ceon

  6. #726
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    We run our sites on PHP5.3 with no problem.. the changes to Zen Cart were minor. I haven't read the above link but the main change I made was to rename the Zen Cart date_diff function (I just added "zen_" to the start of it in the [if I remember correctly] six places it is used through the ZC codebase).

    All of Ceon's software is fully compatible with PHP 5.3.

    Hope that helps!

    All the best...

    Conor
    ceon
    Yes, what you mention above and changing from ereg(i) to preg_match and one or two other small tweaks (crossing fingers) and this PHP 5.3 thing is seeming to not be the rotten potato I had feared.

    Am very happy to hear your code is 5.3-proof. That just makes my day

  7. #727
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by kiddo View Post
    Yes, what you mention above and changing from ereg(i) to preg_match and one or two other small tweaks (crossing fingers) and this PHP 5.3 thing is seeming to not be the rotten potato I had feared.
    I didn't bother with the ereg changes myself, I just simply added the E_DEPRECATED flag to the error handling! ZC 1.3.9 and 2.0.0 will more than likely have the ereg changes so just disabling the warnings was fine by me (as that's all they are, the code still works fine!).

    Quote Originally Posted by kiddo View Post
    Am very happy to hear your code is 5.3-proof. That just makes my day
    Well, more accurately, the "latest versions" of all our software are 5.3 compatible.. there's an ereg function in use in part of some of our payment modules. Again, as above, that's not a functional problem but simply an error reporting one! Anyway... :)

    All the best..

    Conor
    ceon

  8. #728
    Join Date
    Jul 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Ceon et al,

    Any update on when the URI Mappings Manager will be completed? Keep us in the anxiously awaiting line for what sounds like a very useful manager to a very very useful module.
    Kind regards,
    Bil

  9. #729
    Join Date
    Sep 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,





    The first statement quoted above is confusing!



    I don't actually know what you are saying the problem is.

    I'm guessing that you should possibly change the PHP code to check against $_GET['cPath'] rather than $cPath.

    All the best...

    Conor
    ceon
    @Conor
    Thank you for your answer.
    Let me try to explane...
    This is the code of side box that should show only in category "sec"
    <?php
    // test if box should display
    $show_sec_sidebox = true;

    if ($show_sec_sidebox == true) {
    if ($current_page_base == 'index' and $cPath == '3'){
    require($template->get_template_dir('tpl_sec_sidebox.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_sec_sidebox.php');
    $title = BOX_HEADING_SEC_SIDEBOX;
    $title_link = false;
    require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
    }}
    ?>
    When I disable the ceon_uri_mapping I have side box "sec" in category 3 listing. When ceon_uri_mapping is enabled side box "sec" disappears.
    In other boxes I have links, pointing to few categories in format like index.php?main_page=index&cPath=3. I don't have problems with this links.
    Should I change $cPath == '3' with $_GET['cPath']?

  10. #730
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by kmbi View Post
    Should I change $cPath == '3' with $_GET['cPath']?
    I think that might do it ($_GET['cPath'] == 3). The box wouldn't display if the $cPath variable isn't set and for remapped URIs only the $_GET['cPath'] variable is forced to be set (although I think Zen Cart may then use that variable to set $cPath).

    Let me know how you get on!

    All the best...

    Conor
    ceon

 

 

Similar Threads

  1. 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
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR