[PHP] CAN I CASH the output of PHP SCRIPT?

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Re: [PHP] CAN I CASH the output of PHP SCRIPT?

    The correct spelling is "cache." I'm not trying to be a spelling and grammar freak (though I am), simply aiding your future searches on the topic.

    PEAR has a very nice output caching class. I haven't used it myself, but I've heard good things. I believe it was discussed recently on this very list, though it may have been in PHP Architect. I read too many things to keep track! :)

    Edward Dudlik
    Becoming Digital
    [url]www.becomingdigital.com[/url]



    ----- Original Message -----
    From: "Nabil" <nabil.attar@aws-syria.com>
    To: <php-general@lists.php.net>
    Sent: Tuesday, 23 September, 2003 11:11
    Subject: [PHP] CAN I CASH the output of PHP SCRIPT?


    Hi all;

    I would like to cash all the output of PHP files on my apache .. to increase
    the performance. To prevent PHP to work all the time to interpret and
    connect to myself which is slow the performance and use the CPU .. as I have
    very heavy loaded server.. I thought there might be a way to store all the
    HTML output from my PHP pages, that will apache serve instead of calling
    the PHP file every.. and should be a way to time the update ...

    Any idea ??
    Nabil

    --
    PHP General Mailing List (http://www.php.net/)
    To unsubscribe, visit: http://www.php.net/unsub.php
    Becoming Digital Guest

  2. Similar Questions and Discussions

    1. Output script
      I have created a server control and overridden the sub Render to output JavaScript functions, the problem that if the client used two instances of...
    2. Output from the result of a .sh-script
      Hi, I'm all new to this (actually to this whole "scripting thing"). I am familiar to programming in general (Turbo Pascal (those were the days...
    3. [PHP] Capturing script output
      Joel Konkle-Parker <mailto:jjk3@msstate.edu> on Thursday, August 21, 2003 9:17 AM said: 1. Remove the buffering calls that are within the...
    4. Capturing script output
      I've got somewhat of a methodology question here. I've got a YaBBSE message board <http://yabbse.org> that I'm trying to integrate into my site...
    5. Formatting Output not from PHP script
      Hello, I am trying to get output formatted from a non-php script that I post to. Example: <form method=POST...
  3. #2

    Default Re: [PHP] CAN I CASH the output of PHP SCRIPT?

    * Thus wrote Nabil (nabil.attar@aws-syria.com):
    > Hi all;
    >
    > I would like to cash all the output of PHP files on my apache .. to increase
    > the performance. To prevent PHP to work all the time to interpret and
    > connect to myself which is slow the performance and use the CPU .. as I have
    > very heavy loaded server.. I thought there might be a way to store all the
    > HTML output from my PHP pages, that will apache serve instead of calling
    > the PHP file every.. and should be a way to time the update ...
    >
    > Any idea ??
    I just installed mmcache, real simple to do too.

    [url]http://www.turcksoft.com/en/e_mmc.htm[/url]


    Curt
    --
    "I used to think I was indecisive, but now I'm not so sure."
    Curt Zirzow Guest

  4. #3

    Default Re: [PHP] CAN I CASH the output of PHP SCRIPT?

    thanks for the spell correction :))

    "Becoming Digital" <subs@becomingdigital.com> wrote in message
    news:001101c38192$88a48ec0$6401a8c0@becomingmaster ...
    The correct spelling is "cache." I'm not trying to be a spelling and
    grammar freak (though I am), simply aiding your future searches on the
    topic.

    PEAR has a very nice output caching class. I haven't used it myself, but
    I've heard good things. I believe it was discussed recently on this very
    list, though it may have been in PHP Architect. I read too many things to
    keep track! :)

    Edward Dudlik
    Becoming Digital
    [url]www.becomingdigital.com[/url]



    ----- Original Message -----
    From: "Nabil" <nabil.attar@aws-syria.com>
    To: <php-general@lists.php.net>
    Sent: Tuesday, 23 September, 2003 11:11
    Subject: [PHP] CAN I CASH the output of PHP SCRIPT?


    Hi all;

    I would like to cash all the output of PHP files on my apache .. to increase
    the performance. To prevent PHP to work all the time to interpret and
    connect to myself which is slow the performance and use the CPU .. as I have
    very heavy loaded server.. I thought there might be a way to store all the
    HTML output from my PHP pages, that will apache serve instead of calling
    the PHP file every.. and should be a way to time the update ...

    Any idea ??
    Nabil

    --
    PHP General Mailing List (http://www.php.net/)
    To unsubscribe, visit: http://www.php.net/unsub.php
    Nabil Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139