Search:

Type: Posts; User: data_digger

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    2,859

    v151 Re: Reccomended MySql Settings

    Then for Zen Cart >= 1.5.0 it might be worth to have MySQL query_cache enabled.
  2. Replies
    10
    Views
    2,859

    v151 Re: Reccomended MySql Settings

    Turn off query cache on MySQL server (it has scalability problems and it's pruned too often to be useful - unless new version of Zen Cart does not update products_view counter in products table)....
  3. Replies
    17
    Views
    1,233

    v139h Re: Slow site -- is it time for a new host?

    My first shot would be to use value of attribute to create css class (like 'attribute_name_value') and define that class to show part of sprite. It ain't easy but can be done.
  4. Replies
    17
    Views
    1,233

    v139h Re: Slow site -- is it time for a new host?

    Your server generates the page in around 1.5 seconds which is waaaaay too much for an e-commerce site. I would consider anything above 0.5 seconds as slow. Both Your database server and web server...
  5. Replies
    4
    Views
    1,956

    v139h Re: Deleting old order records and customers

    I forgot to mention, that chances are that You're allowed only allowed to view Your schemas portion of the INFORMATION_SCHEMA database and You don't have to put even 'name_of_your_database'. Just...
  6. Replies
    4
    Views
    479

    v150 Re: Subdomains - how to set up shop(s)

    Managing numerous Zen Cart instances is MAJOR pain in the uhm.... it's a headache. Consider for example updating Zen Cart version, but take into account that each of Your Zen Cart installations will...
  7. Replies
    4
    Views
    1,956

    v139h Re: Deleting old order records and customers

    Here's method to find out which tables actually take most space. Execute the query in phpmyadmin, it'll return list of tables sorted by their size in descending order:


    SELECT ( (t.DATA_LENGTH +...
  8. Replies
    0
    Views
    511

    Request to ZC community

    ===============
    I wrote the post first in 'The Zen Pub' section, but I haven't realized that very few people goes there. I hope that this little off topic won't anger You nor admins, and Your...
  9. Is there any Facebook Authentication module?

    Hello,

    Does anyone know of free (or paid) module that allows customers to create an account and log in using Facebook Authentication? Do You have any experience with it? Is it worth to install it?...
  10. v150 [Fixed v1.5.1] Improper handling of '0' as search keyword

    Hello,

    I'm not sure which versions exactly are affected but I know that the bug exists at least since 1.3.8a till 1.5.0.

    When search keywords contain single '0' character (for example "oven 0')...
  11. Replies
    135
    Views
    33,546

    Re: Query Cache v1.0

    I can’t reproduce that behavior on clean Zen-Cart v1.3.9h. Which version of ZC do You have? Have You installed and other addons?
    You can view QC1.7 beta on zc 1.3.9h here:
    Zen Cart v1.3.9h with...
  12. Replies
    1
    Views
    1,005

    TurboImages - performance module

    Hello,

    I've created module that spreads images over given number of subdomains on store. It greatly speeds up page loading times, gives better performance score in Google Page Speed and Yahoo...
  13. Replies
    135
    Views
    33,546

    Re: Query Cache v1.0

    Can You check if query time is also high? What times do You get? PM me as it's most probably not related to QueryCache and We shouldn't continue the discussion here.
  14. Replies
    135
    Views
    33,546

    Re: Query Cache v1.0

    I highly recommend changing storage engine of whos_online table to InnoDB. You'll avoid locking issues with this table (it's updated on EVERY request).
  15. Replies
    135
    Views
    33,546

    Re: Query Cache v1.6 and SQL_CACHE_METHOD

    It doesn't matter.
  16. Replies
    135
    Views
    33,546

    Re: Query Cache v1.0

    Install the version for 1.3.9h
  17. Replies
    135
    Views
    33,546

    Re: Query Cache v1.0

    QueryCache v1.7 for Zn Cart 1.3.9h has been released. Currently the mod is in 'beta' stage, but it should be stable.
    Download QueryCache v1.7-beta-zc-1.3.9h
    Please report any bugs here or on...
  18. Re: Site is very slow even on dedicated hosting

    fawad123:

    Install Query Cache
    Install Query Log
    Check how Query Log works
    Check which queries take most time to execute (they'll be in red) and post them here

    With that I will be able to...
  19. Replies
    78
    Views
    18,913

    Re: Zen Simple Cache

    As far as I know the module does not reduce parse times and query times on its own. You have to decide which parts of Your store are to be cached and do it manually (again, as far as I know).

    As...
  20. Re: User Tracking Interface[UTI] Support Thread

    I see a lot of errors in this snippet of code. I'm not sure if it's vBulletin forum text formatting though... Can You send me this file/code on data-diggers at data-diggers.com?
  21. Thread: SQL help

    by data_digger
    Replies
    4
    Views
    554

    Re: SQL help

    Then why You want to get IDs of products and not list of attributes?
  22. Thread: SQL help

    by data_digger
    Replies
    4
    Views
    554

    Re: SQL help

    What are You trying to achieve? If You want to get list of products regardless of how many options they have why to query against attributes table in the first place?
    Posted via Mobile Device
  23. Re: SQL for Global Update of *.gif to *.jpg

    Try to run it via phpmyadmin. If there'll be error paste it here. I've tested the command on vanilla zen cart 1.3.8 @ MySQL 5.1. It should work.
  24. Re: SQL for Global Update of *.gif to *.jpg

    UPDATE products
    SET products_image = CONCAT(LEFT(products_image,LENGTH(products_image)-3),'jpg')
    WHERE products_image LIKE '%.gif'

    Yes, there should be NO '.' in front of 'jpg'
  25. Replies
    19
    Views
    4,600

    Re: Why is my site so slow?

    Cache built in MySQL does not (in general) improve performance of Zen Cart. It might seem it does, but it doesn't. It improves performance of stores with very very low traffic only (when there's only...
  26. Replies
    5
    Views
    2,290

    Re: User Tracking Interface [UTI]

    There's support thread:
    User Tracking Interface [UTI] Support Thread
  27. User Tracking Interface[UTI] Support Thread

    Hello

    This is official support thread for the User Tracking Interface module.

    If You use version 1.0 please update to newest version. There's serious bug in version 1.0. You can download it...
  28. Replies
    4
    Views
    885

    Re: Newsletter Creation Advice?

    If You don't want to use litmusapp or something like that check Your emails only under few most popular mail agents. Checking HTML newsletter under 10 mail agents by hand is overkill.

    Use WYSISWYG...
  29. Replies
    4
    Views
    885

    Re: Newsletter Creation Advice?

    I'm pretty much sure that You shouldn't use just any HTML editor to make HTML email. HTML support in mail clients is very variable. Some clients support styles, some don't, some only accept styles...
  30. Replies
    135
    Views
    33,546

    Re: Query Cache v1.0

    By the way, shopping cart page needs serious rewriting. It seems that the more distinct products customer adds to shopping cart the more time it takes to load the page. As far as I observed time to...
  31. Replies
    135
    Views
    33,546

    Re: Query Cache v1.0

    Yep, as stated in read me file (You've read it, right? :P ) You should check if this switch speeds up or slows down Your site.


    Thanks for feedback.
  32. Replies
    14
    Views
    4,528

    Re: A-B Split Testing For ZenCart homepage?

    There's mod that does A/B testing for Zen Cart. You can find it on my website here: Randomized Tests For Zen Cart. Google Web Site Optimizer has probably more features, but there are some tests that...
  33. Replies
    135
    Views
    33,546

    Re: Query Cache v1.0

    I promised to release new, more memory efficient version of Query Cache soon – unfortunately (or fortunately) it seems that PHP is quite good at managing memory and there’s not much to improve....
  34. Re: Can advance search able to search into my EZ pages?

    Well, no. Getting results from EZ pages would not be hard. But advanced search displays list of products. Do You want to display EZ page results together with products in product listing table? Or as...
  35. Re: Can advance search able to search into my EZ pages?

    How would You like to present results from such search?
    Posted via Mobile Device
  36. Re: Database was suspended due too overload...

    Maybe zen_db_cache table got too big? Clear it of all contents by executing MySQL command:

    TRUNCATE TABLE zen_db_cache

    If You don't know how to do it here's my screencast:...
  37. Replies
    135
    Views
    33,546

    Re: Query Cache v1.0

    Your solution does not work?
  38. Replies
    78
    Views
    18,913

    Re: Zen Simple Cache

    yellow, shouldn't this line:

    if(SIMPLE_CACHE_STATUS == 'false' || ($post_safe && $_SERVER["REQUEST_METHOD"] == 'POST'))
    be:

    if(SIMPLE_CACHE_STATUS == 'false' || (!$post_safe &&...
  39. Replies
    135
    Views
    33,546

    Re: Query Cache v1.0

    It seems that You haven't uploaded all files. Compare Your online store with files from distribution. Most probably You haven't uploaded

    includes/classes/db/mysql/query_factory.php...
  40. Re: SQL help to create a report of customers who purchased a specific product....

    SELECT DISTINCT c.*
    FROM customers c, orders o, orders_products op
    WHERE c.customers_id = o.customers_id
    AND o.orders_id = op.orders_id
    AND op.products_id = YOUR_PRODUCT_ID
  41. Replies
    10
    Views
    1,780

    Re: MySQL Overload

    Strange ... Those queries look up by primary key - it should be very fast. Can You paste here also output of:

    SHOW INDEX FROM zen_seo_cache
    I'm most interested in 'Cardinality'.
    Also write how...
  42. Replies
    10
    Views
    1,780

    Re: MySQL Overload

    I don't think You can solve this with Query Cache 1.6 (but it is still good idea to have it installed ;). The query execution time looks suspicious. It looks like there's no index on cache_id field....
  43. Replies
    135
    Views
    33,546

    Re: Query Cache v1.0

    It has nothing to do with Query Cache. Most probably someone (You, Your hosting company, some of Your scripts or hacker) changed permission to ./hostname/zen_get_terms_to_filter.frm and possibly...
  44. Replies
    14
    Views
    1,711

    Re: Zen-Cart admin slowing

    Clean Zen Cart (without addons) also has performance problems on orders.php page (I'm not sure about customers.php page) when orders/orders_products table gets big (10k+ entries). Only solution I'm...
  45. Replies
    10
    Views
    1,780

    Re: Select too many times, how to solve the

    Here's link to latest version of Query Cache:
    data-diggers.com/contribs/query-cache/downloads/querycache-current.zip
    Installation instructions are in INSTALL.TXT file in .zip file. There's also...
  46. Re: What does 'x' and 'y' in adv. search url mean?

    Thanks, I haven't realized that this was part of standard.

    I always wondered what that was for but never had time to search/ask. I thought that those are oscommerce/zen cart specific variables.
  47. Re: What does 'x' and 'y' in adv. search url mean?

    What is that for?
  48. Replies
    23
    Views
    5,008

    Re: index.php and server overload?

    Hosting company should be able to tell You if Your traffic isn't normal.

    Is this new site or old one? How many products You have? Have You added many products/categories/manufacturers/images...
  49. Replies
    10
    Views
    1,780

    Re: Select too many times, how to solve the

    Try to install Query Cache (in my footer) - it might bring it down to ~1000 queries and sensible query times.
  50. What does 'x' and 'y' in adv. search url mean?

    What does parameters named 'x' and 'y' do in advanced_search_results request? I can't figure it out.. It seems that they aren't used anywhere (at least not via $_GET['x']). So what they do?
Results 1 to 50 of 194
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR