Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

    Default SQL Cache (Explain Please)

    Stumbled upon another thread regarding this but, no answer was given.
    What is it's purpose?
    What are the benefits?
    Are there any security issues?

    Here's a look at my config file.
    PHP Code:
    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from:  none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache   -- leave no trailing slash
    define('SQL_CACHE_METHOD''none');
    define('DIR_FS_SQL_CACHE''/home/******/public_html/cache'); 

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: SQL Cache (Explain Please)

    What is it's purpose?
    To cache items in your shop
    What are the benefits?
    Relative speed on a repeat request
    Are there any security issues?
    There is always a risk when on the web but version 1.3.9 addresses what is known
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: SQL Cache (Explain Please)

    All right.

    Which would be the best/quickest locale for the db cache to be written to, file or database?
    I guess in my head, it would be the database.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: SQL Cache (Explain Please)

    Which would be the best/quickest locale for the db cache to be written to, file or database?
    I believe that the Dev's will say the DB...
    My personal preference is file
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. please explain spider.txt
    By lgrant in forum General Questions
    Replies: 5
    Last Post: 5 May 2011, 06:31 PM
  2. Please explain how it works...
    By sollysmum in forum General Questions
    Replies: 2
    Last Post: 27 May 2010, 01:55 PM
  3. SQL Cache Method
    By kimhuff in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 21 Oct 2006, 11:52 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