Page 5 of 14 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 136
  1. #41

    Default Re: Query Cache v1.0

    By the way, sorry folks for lack of support for past two months. I had very little spare time.

  2. #42

    Default Re: Query Cache v1.0

    Quote Originally Posted by pseudonym View Post
    Does anyone know how I can UNINSTALL this plugin???
    If You just installed Query Cache (without Query Log) delete all files that are present in .zip package. You'll have to upload to Your store files from original Zen Cart distribution:
    • includes/classes/db/mysql/query_factory.php
    • admin/includes/classes/db/mysql/query_factory.php


    I never had to uninstall Query Cache, so.. backup ;)

  3. #43
    kelvyn Guest

    Default Re: Query Cache v1.0

    Quote Originally Posted by data_digger View Post
    By the way, sorry folks for lack of support for past two months. I had very little spare time.
    No problem - I only just discovered this contribution and it's made a BIG difference to store speed. Thanks very much - a very easy contribution to install and use!

  4. #44
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Query Cache v1.0

    My site seems slow. So, I wanted to see parse time. I went to admin/conf/display parse time and turned to true. But does not show up when I go to my site at bottom of page. Is there something else I need to do?

    Thanks, Kim

  5. #45

    Default Re: Query Cache v1.0

    Quote Originally Posted by kburner View Post
    My site seems slow. So, I wanted to see parse time. I went to admin/conf/display parse time and turned to true. But does not show up when I go to my site at bottom of page. Is there something else I need to do?
    It should work. In fact, I see page parse times/query count on Your website (http://www.burnerbooks.com/).

  6. #46
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Query Cache v1.0

    Quote Originally Posted by data_digger View Post
    It should work. In fact, I see page parse times/query count on Your website (http://www.burnerbooks.com/).
    Yes, I found it and loaded Query Cache

    went from:
    Parse Time: 1.155 - Number of Queries: 1543 - Query Time: .35931

    to:
    Parse Time: 0.942 - Number of Queries: 521 - Query Time: 0.182910085205

    If I am understanding it correctly with relation to speed (load time) I am very happy!

    Works Great!
    Thanks, Kim

  7. #47

    Default Re: Query Cache v1.0

    Quote Originally Posted by kburner View Post
    Yes, I found it and loaded Query Cache

    went from:
    Parse Time: 1.155 - Number of Queries: 1543 - Query Time: .35931

    to:
    Parse Time: 0.942 - Number of Queries: 521 - Query Time: 0.182910085205

    If I am understanding it correctly with relation to speed (load time) I am very happy!

    Works Great!
    Thanks, Kim
    It's not that big improvement, besides some of Your pages take way to much time to load - about 3 seconds (search/category view). Unfortunately Query Cache can't help here, You would have to rewrite some queries in index.php / advanced_search_results.php to get better performance.

    Take closer look on right column, it takes noticeable amount of time to generate. You can turn on/off each box and check which one is slowing things down.

  8. #48
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Query Cache v1.0

    Quote Originally Posted by data_digger View Post
    It's not that big improvement, besides some of Your pages take way to much time to load - about 3 seconds (search/category view). Unfortunately Query Cache can't help here, You would have to rewrite some queries in index.php / advanced_search_results.php to get better performance.

    Take closer look on right column, it takes noticeable amount of time to generate. You can turn on/off each box and check which one is slowing things down.
    My big hitter is the livehelp. It is slowing things down. How do I fix?
    Thanks, Kim

  9. #49
    kelvyn Guest

    Default Re: Query Cache v1.0

    WARNING: There is a conflict between Query Cache 1.6 (download / official forum / zen support thread) and Google Base Feeder ( download / official forum / zen support thread )

    It took quite a few hours as well as support tickets to my host who gave up in the end! But starting from a clean install this morning, and putting things back one by one, I've arrived at the answer this afternoon :)

    Anyway, when Query Cache is installed, and when trying to generate a product feed for Google, the error is:
    Code:
    Google Base Feeder v1.7.4 started 2009/05/06 01:04:05
    Feed file - /home/xxx/public_html/party-store/feed/frolic_base_products.xml
    Processing: Feed - Yes, Upload - No
    0 
    in:
    [select options_id, price_prefix, options_values_price, attributes_display_only, attributes_price_base_included from products_attributes where products_id = '3820' and attributes_display_only != '1' and attributes_price_base_included='1' and options_values_price > 0 order by options_id, price_prefix, options_values_price]
    2013 Lost connection to MySQL server during query
    in:
    [select count(*) as total from sessions where sesskey = '6937d0f20ee9cbdec967fbc59e8ff2a0']
    and sometimes it also says:
    2008 MySQL client ran out of memory

    Given that Query Cache is so good for the customer side, is it OK just to either remove it from the admin side, or somehow tell the Google Froogle (Base) feeder no to use it?
    Thanks!

  10. #50
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Query Cache v1.0

    Quote Originally Posted by kelvyn View Post
    WARNING: There is a conflict between Query Cache 1.6 (download / official forum / zen support thread) and Google Base Feeder ( download / official forum / zen support thread )

    It took quite a few hours as well as support tickets to my host who gave up in the end! But starting from a clean install this morning, and putting things back one by one, I've arrived at the answer this afternoon :)

    Anyway, when Query Cache is installed, and when trying to generate a product feed for Google, the error is:
    Code:
    Google Base Feeder v1.7.4 started 2009/05/06 01:04:05
    Feed file - /home/xxx/public_html/party-store/feed/frolic_base_products.xml
    Processing: Feed - Yes, Upload - No
    0 
    in:
    [select options_id, price_prefix, options_values_price, attributes_display_only, attributes_price_base_included from products_attributes where products_id = '3820' and attributes_display_only != '1' and attributes_price_base_included='1' and options_values_price > 0 order by options_id, price_prefix, options_values_price]
    2013 Lost connection to MySQL server during query
    in:
    [select count(*) as total from sessions where sesskey = '6937d0f20ee9cbdec967fbc59e8ff2a0']
    and sometimes it also says:
    2008 MySQL client ran out of memory

    Given that Query Cache is so good for the customer side, is it OK just to either remove it from the admin side, or somehow tell the Google Froogle (Base) feeder no to use it?
    Thanks!
    I am so glad you found this out. I have been frustrated with trying to get google base and analytics working too.
    I get the same error messages. Kim

 

 
Page 5 of 14 FirstFirst ... 34567 ... LastLast

Similar Threads

  1. v139e Query cache AND Image cache
    By ttfan in forum General Questions
    Replies: 0
    Last Post: 3 Aug 2012, 12:18 PM
  2. Query Cache Info?
    By Miff in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Dec 2011, 02:07 PM
  3. Which Query Cache for version 1.3.9d
    By alx-tc in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Oct 2011, 01:34 PM
  4. Re: Simple Cache vs. Query Cache
    By matteoraggi in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 12 May 2011, 11:09 AM
  5. Simple Cache vs. Query Cache vs. Magneticone Performance Mod?
    By NBordeau in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 24 May 2010, 03:55 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