|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Jun 2003
Location: United States
Posts: 2,918
|
Programmers - Are PHP Accelerators worth using?
I'm trying to squeeze more speed out of a program I've been developing in PHP. I have no experience with them and was wondering if they're worth bothering with. Do they help with base64_decode/encode calls?
|
|
|
|
|
|
#2 |
|
Confirmed User
Industry Role:
Join Date: Jun 2003
Location: Costa Rica
Posts: 1,953
|
Well, there are two different methods that Zend offers: The first being the optimizer you load on your server (meaning all your clients that use your software would have to load this piece of software) and then the second is there studio package which checks your code for overhead and basically offers advice on how to make it more efficient on pageviews etc.. So the question is, is this going to be a product a client uses on their server, or are you going to use the second method offered by Zend? :P
Just something to consider.
__________________
Yii Framework Guru - Seasoned PHP vet - Partner @ XXXCoupon.com |
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: Jan 2003
Location: Los Angeles
Posts: 736
|
If you are putting up a commercial grade product, Zend Performance Suite is WAY worth its money.
For an example, i had some pretty intensive admin reports that would take about 1-3 minutes to run. once i put on ZPS , the same report comes up in under 15 seconds.
__________________
Tanguy 0x7a69 inc. Programmer/President/CEO http://www.0x7a69.com A Leader in Programming since 1996 PHP, Ruby on Rails, MySQL, PCI DSS, and any Technical Consulting |
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Jun 2003
Location: United States
Posts: 2,918
|
This software is for one client and will not be resold. I need to speed up things such as looping, encryption/decryption methods in php. Installing software on the box isn't a problem.
|
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Jun 2003
Location: United States
Posts: 2,918
|
Thanks for the opinions given thus far, does anyone have something else to say on the matter?
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Jun 2003
Location: Northern CA
Posts: 109
|
Email Zend. They'll give you a 30-day demo of their optimizer so you can check it out. They'll even put you in touch with a tech guy to help you install the demo if you're not overly confident in your sysadmin abilities.
I have no PHP apps running slowly so haven't seen a need, but it hasn't stopped them from calling me once every three months to see if I'm ready to demo. |
|
|
|
|
|
#7 |
|
Confirmed User
Join Date: Jun 2003
Location: United States
Posts: 2,918
|
Yeah I'm installing it as we speak. See what happens I guess.
|
|
|
|
|
|
#8 |
|
Confirmed User
Join Date: Nov 2003
Location: Penguin vs Devil
Posts: 745
|
There is another one called MMcache
V
__________________
"Only the dead have seen the end of war." - Plato "In the abscence of orders, go find something and kill it." - Erwin Rommel "A man's worth is no greater then the worth of his ambitions." - Marcus Aurelius |
|
|
|
|
|
#9 |
|
Confirmed User
Join Date: Mar 2004
Posts: 3,405
|
Use zend or ioncube,I would recomment it for ecommerce solutions.It always depends on what you want to use.For perfect speed with really heavy apps use something else than PHP if possible
|
|
|
|