1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

php Memory,

Discussion in 'PHP' started by exodus, Aug 3, 2007.

  1. #1
    Could someone help me build a better memory output for a php script? I would like to figure out what varibles are holding the most memory and might be a strain on my site when 100+ users are on the site at a time.

    I have been using the following

    foreach (array_keys($GLOBALS) as $key) 
    {
            echo "$key=" . strlen(serialize($GLOBALS[$key]));
    }
    PHP:
    Also, does $_SESSION, $_GET, $_POST, $_SERVER, $_REQUEST all take up chuncks of memory or are they shared with the other arrays?


    .
     
    exodus, Aug 3, 2007 IP