Home Private Messages Search
CPG Dragonfly™ CMS Dedicated Server & Bandwidth Sponsored by DedicatedNOW
Toggle Content
 
Forums ⇒ Miscellaneous ⇒ Server Chat :: Archives ⇒ site accelerators :: Archived


site accelerators :: Archived
Talk about good (DedicatedNOW) and bad (AdventureHost) hosts, or any other question about servers and hosting, but no advertising or pricing in any form.
Post new topic    Revive this topic    Printer Friendly Page     Forum Index ⇒  Server Chat

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

Offline Offline
Joined: Jul 12, 2005
Posts: 452
Location: QLD, Australia
PostPosted: 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
View user's profile Visit poster's website MSN Messenger
djdevon3
Gold Supporter
Gold Supporter

Offline Offline
Joined: Aug 05, 2004
Posts: 4363

PostPosted: 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
View user's profile Visit poster's website Photo Gallery
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
djdevon3
Gold Supporter
Gold Supporter

Offline Offline
Joined: Aug 05, 2004
Posts: 4363

PostPosted: 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
View user's profile Visit poster's website Photo Gallery
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: 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
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
tank
Gold Supporter
Gold Supporter

Offline Offline
Joined: Apr 20, 2004
Posts: 824
Location: Houston, Texas USA
PostPosted: 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
View user's profile Visit poster's website
Wide
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: Aug 07, 2004
Posts: 294
Location: Playa Del Rey, CA
PostPosted: 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 Big grin


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
View user's profile Visit poster's website
R3dRuM
Nice poster
Nice poster

Offline Offline
Joined: Apr 04, 2005
Posts: 64
Location: canada
PostPosted: 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 Wink

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
View user's profile Visit poster's website Photo Gallery
mc__
Debugger
Debugger

Offline Offline
Joined: Jul 12, 2005
Posts: 452
Location: QLD, Australia
PostPosted: 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
View user's profile Visit poster's website MSN Messenger
masterbeta
Translator
Translator

Offline Offline
Joined: May 12, 2004
Posts: 1049
Location: Reading, PA
PostPosted: 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
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  Server Chat
Page 1 of 1
All times are GMT

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

read more...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy