| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
mc__ Debugger


Offline Joined: Jul 12, 2005 Posts: 452 Location: QLD, Australia
|
Posted: Sun Oct 30, 2005 9:53 am Post subject: site accelerators |
|
Alternatvie PHP cache, turck MMcache, eAccelerator, Zend Encoder / Optimizer / Platform
Well zend optimizer is free right, but you need to first encode it, which isn't free i gather... and platfrom costs money, lots of money too.
APC looks very good, eAccelerator looks ok, and turckMMcache looks ok too.
But turckMMcache looks old and outdated, the PHP versions that they talk about, i am at site5 which use php4.4.0, and eAccelerator seemed a bit unlikely too still being in beta and all, not exactly comforting for a production website.
So APC looks like the best choice for me. Either way if anyone does decide to use a chache / optimizer, it is quite irrelevant which one they choose as all will work for DF or any php equally as well right?
_________________

mc__'s server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux (Kernel: 2.4.21-27.0.2.ELsmp)/1.3.33 (Unix)/4.0.24-standard/4.3.11/9.0.5.0
|
|
| Back to top |
|
 |
djdevon3 Gold Supporter


Offline Joined: Aug 05, 2004 Posts: 4363
|
Posted: Sun Nov 20, 2005 11:24 am Post subject: Re: site accelerators |
|
Hmm I'm interested in this because I'm also on site5. let me know how it goes.
djdevon3's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.33/4.4/4.3.11
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Sun Nov 20, 2005 11:50 am Post subject: Re: site accelerators |
|
BCompiler could be probalby a good and 'universal' choise
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
djdevon3 Gold Supporter


Offline Joined: Aug 05, 2004 Posts: 4363
|
Posted: Sun Nov 20, 2005 11:59 am Post subject: Re: site accelerators |
|
i don't have dedicated hosting. would that be required to run an accelerator?
djdevon3's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.33/4.4/4.3.11
|
|
| Back to top |
|
 |
DJ Maze Developer


Offline Joined: Apr 19, 2004 Posts: 5683 Location: http://tinyurl.com/5z8dmv
|
Posted: Sun Nov 20, 2005 2:14 pm Post subject: Re: site accelerators |
|
bcompiler is, as it says, a bytecode compiler.
Bytecode is the structure PHP uses for files in pre-processing and they are bigger, so when you bcompile your files they will take up a lot more space then normal php files.
When a file is bigger it will take much longer to load them since a harddrive is one of slowest components in a machine. The benefit is that PHP doesn't have to compile it since it's already compiled. Count the times for reading and compiling and you will see bcompiled files are around 30% faster.
bcompiler also has disadvantages like bzipping the files and it doesn't work 100% yet.
php.net/bcompiler
DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
|
|
| Back to top |
|
 |
tank Gold Supporter


Offline Joined: Apr 20, 2004 Posts: 824 Location: Houston, Texas USA
|
Posted: Tue Nov 22, 2005 2:19 pm Post subject: Re: site accelerators |
|
My expierence lies with turck MMcache & eAccelerator. I used Turck with my PHP 4.3.X sites but dev stopped on it and branched into eAccelerator. I currently am using eAccelerator on a PHP 5 box and a PHP 4 box. Both run great. I am 100% happy with them but upgrading PHP with them is a bit tricky if you don't know what you're doing and you can cause some major memory issues. There is an excellant tutorial on them over at vBulletin. I was running them on Fedora Core 2 but had some issues and switch to Core 1 and everything was great. I'm not 100% sure it was a Core 2 issue but am pretty sure.
I have been 100% happy with it.
_________________ Search is your friend
tank's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Fedora Core 1, Apache 1.3.33, Mysql 4.1.14, PHP 5.0.5 w/ APC cache, Dragonfly 9.0.6.1
|
|
| Back to top |
|
 |
Wide Platinum Supporter


Offline Joined: Aug 07, 2004 Posts: 294 Location: Playa Del Rey, CA
|
Posted: Tue Nov 22, 2005 8:38 pm Post subject: Re: site accelerators |
|
Were using eAccelerator on Debian stable, worked real well then installed another gig of memory now she's looking for something to do.
Load times greatly reduced along with server load, a very happy camper here
Wide's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Debian/Apache2/MySQL 4.1.15-Debian/PHP4 4.4.2-1build1/9.1.1
|
|
| Back to top |
|
 |
R3dRuM Nice poster


Offline Joined: Apr 04, 2005 Posts: 64 Location: canada
|
Posted: Thu Feb 23, 2006 5:08 am Post subject: Re: site accelerators |
|
| mc__ wrote: |
Alternatvie PHP cache, turck MMcache, eAccelerator, Zend Encoder / Optimizer / Platform
Well zend optimizer is free right, but you need to first encode it, which isn't free i gather... and platfrom costs money, lots of money too. |
Grab the zend Optimizer for wamp here ..it flys
wamp is real nice imho. ..of course its only win
_________________ A Photography News and Resource Community
R3dRuM's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Wamp1.6.1/Apache 2.0.55/MySQL 5.0.18/PHP4.4.2(PHP5.1.2)/9.0.6.1
|
|
| Back to top |
|
 |
mc__ Debugger


Offline Joined: Jul 12, 2005 Posts: 452 Location: QLD, Australia
|
Posted: Thu Feb 23, 2006 6:34 am Post subject: Re: site accelerators |
|
| Quote:: |
| of course its only win |
i haven't even touched a windoze pc for over a year, except at uni where they seem to think that you need to pay money for windows just to do online research and write text documents... and i thought that people at university were meant to be smart. Guess i was wrong.
Anyway i appreciate the link but my pc has no where near enough bandwidth to be a server, and the only paid for hosting that i have are at site5 and they have massively-loaded shared hosting, running (fast)CGI so i can't run php accelerators there.
When i get a job i'll purchase a dedicated server and then i'll probably just use eaccelerator.
Well thanks for your input anyway.
_________________

mc__'s server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux (Kernel: 2.4.21-27.0.2.ELsmp)/1.3.33 (Unix)/4.0.24-standard/4.3.11/9.0.5.0
|
|
| Back to top |
|
 |
masterbeta Translator


Offline Joined: May 12, 2004 Posts: 1049 Location: Reading, PA
|
Posted: Thu Feb 23, 2006 12:30 pm Post subject: Re: site accelerators |
|
i like the zend
_________________ []D [] []\/[] []D
Check out my bear site - www.insidebear.com
masterbeta's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHL7 2.6.9-67.0.15ELsmp/A1.3.41(Unix)/MySQL4.1.22-standard/PHP5.2.5-ZO/Dragonfly 9.1.2.1
|
|
| Back to top |
|
 |
|
|