Results 1 to 2 of 2
  1. #1
    Join Date
    May 2009
    Posts
    11
    Plugin Contributions
    0

    Default Very High Parse Times on Testing Server

    I was experiencing very high parse times (> 5s) on the first visit to a Zen Cart site on my Virtualmin Linux (Ubuntu) testing server. Heres the solution...

    UPDATE `configuration` SET `configuration_value` = 'false' WHERE `configuration`.`configuration_key` ='SESSION_IP_TO_HOST_ADDRESS';

    That'll stop it using the gethostbyaddr() function call which is failing & eating up the time.

    I hope this helps others, this info gleaned after spending all morning timing the various elements in the autoloader list. init_sessions.php was the culprit & that led me to the solution above.

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

    Default Re: Very High Parse Times on Testing Server

    Might be better to

    admin > config > sessions > IP to Host Conversion Status >
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v153 Parse times
    By bam3312 in forum General Questions
    Replies: 2
    Last Post: 28 Aug 2014, 11:08 PM
  2. high query and parse times
    By JimmyV in forum General Questions
    Replies: 6
    Last Post: 29 Jan 2010, 05:18 PM
  3. High Parse Times - Query times OK
    By BodyJewels in forum General Questions
    Replies: 9
    Last Post: 25 Jun 2009, 07:19 AM
  4. Parse and query times very high
    By Altisreef.com in forum General Questions
    Replies: 3
    Last Post: 1 Feb 2009, 10:41 PM
  5. High Parse & Queries Times?? Running Slow!
    By marcopolo in forum General Questions
    Replies: 2
    Last Post: 22 Aug 2008, 09:27 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