Results 1 to 10 of 136

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Query Cache v1.0

    installing this module seems to have broken the encrypted master password module. any ideas on how to fix so they are compatible?

    thanks

  2. #2
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Query Cache v1.0

    follow up. now seems entirely coincidental and unrelated.
    pti.

  3. #3
    Join Date
    Feb 2008
    Location
    Philadelphia
    Posts
    290
    Plugin Contributions
    3

    Default Re: Query Cache v1.0

    Took my queries from over 5000 down to under 1000 so pretty dramatic loadtime difference.

    THANKS VERY MUCH excellent work

  4. #4
    Join Date
    Dec 2004
    Posts
    46
    Plugin Contributions
    0

    bug Re: Query Cache v1.0

    We are using UTF-8 and have some problems with this module.

    All charachters such as ü or đ, š, ć, č and similar are now shown as some weird symbols.

    We tracked the problem to this part of the module on the shop side.

    If you want to enable UTF-8 support to work properly in Zen-cart you have to add this part of the code around the line 37 in file Zen-Cart\includes\classes\db\mysql\query_factory.php

    if (version_compare(mysql_get_server_info(), '4.1.0', '>=')) {
    mysql_query('SET NAMES "utf8"', $this->link);}/* Changes for UTF-8 Support*/

    right after line 37

    if (@mysql_select_db($zf_database, $this->link)) {



    Does anybody have any ideas how to enable Query Cache and UTF-8 support?

    Thank you very much for your supoort and this great module!

  5. #5

    Default Re: Query Cache v1.0

    Quote Originally Posted by dionidis View Post
    Does anybody have any ideas how to enable Query Cache and UTF-8 support?
    Your solution does not work?

  6. #6

    Default 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. Therefore version 1.7 of Query Cache will be delayed.

    Request to Query Cache users:

    If You use Query Cache and Your store is still slow and it’s not related to search script please contact me either on email, PM on Zen-Cart.com (data_digger) or by leaving comment. I’ll check Your site and try to make necessary changes in Query Cache v1.7 for You.

  7. #7
    Join Date
    Mar 2009
    Location
    Fremont, Wisconsin, United States
    Posts
    50
    Plugin Contributions
    1

    Default Re: Query Cache v1.0

    Ah I get it now. 1.7 is not out yet. I saw your website and was confused.

    I will install this when I get home.

 

 

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

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