I have a d7 site that has only authenticated traffic and but a ton of it. It needs the a performance boost. Does Boost only work well for anonymous users? Would Memcache and Varnish be a good solution for an authenticated traffic only site? Thank you, Tracey -------------------- Tracey Hummel Web Application Developer University of Arizona Social & Behavioral Sciences Technical Services University Services Building, 888 N. Euclid, Room 302 PO Box 210158, Tucson AZ 85721-0158 520-626-3223 tracey@arizona.edu http://tshummel.com
I've had the best luck with an opcode cache, like eAccelerator. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: "Hummel, Tracey S - (thummel)" I have a d7 site that has only authenticated traffic and but a ton of it. It needs the a performance boost.
Does Boost only work well for anonymous users? Would Memcache and Varnish be a good solution for an authenticated traffic only site?
On Wed, 16 Jan 2013, Ms. Nancy Wichmann wrote:
To: "support@drupal.org" <support@drupal.org> From: Ms. Nancy Wichmann <nan_wich@bellsouth.net> Subject: Re: [support] increase performance on any internal only site
I've had the best luck with an opcode cache, like eAccelerator.
Has anybody tried IonCube PHP encoder with Drupal please? It's not free, but it does increase performance. Kind Regards, Keith
Give http://drupal.org/project/authcache a try. There's a D7 release for it too, Rgrds, Henry On Thu, Jan 17, 2013 at 7:24 AM, Keith Roberts <keith@karsites.net> wrote:
On Wed, 16 Jan 2013, Ms. Nancy Wichmann wrote:
To: "support@drupal.org" <support@drupal.org> From: Ms. Nancy Wichmann <nan_wich@bellsouth.net> Subject: Re: [support] increase performance on any internal only site
I've had the best luck with an opcode cache, like eAccelerator.
Has anybody tried IonCube PHP encoder with Drupal please?
It's not free, but it does increase performance.
Kind Regards,
Keith -- [ Drupal support list | http://lists.drupal.org/ ]
You can use a combination of APC and memcache which yields in good results. On Wed, Jan 16, 2013 at 11:37 PM, Hummel, Tracey S - (thummel) < thummel@email.arizona.edu> wrote:
I have a d7 site that has only authenticated traffic and but a ton of it. It needs the a performance boost.
Does Boost only work well for anonymous users? Would Memcache and Varnish be a good solution for an authenticated traffic only site?
Thank you, Tracey
-------------------- Tracey Hummel *Web Application Developer* University of Arizona Social & Behavioral Sciences Technical Services University Services Building, 888 N. Euclid, Room 302 PO Box 210158, Tucson AZ 85721-0158 520-626-3223 tracey@arizona.edu http://tshummel.com
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards, Vaibhav Jain
Is the traffic for content provided by custom queries? If so you might also want to consider adding memcache calls to cache the queries and then break the cache when content changes. On Jan 16, 2013, at 1:07 PM, "Hummel, Tracey S - (thummel)" <thummel@email.arizona.edu> wrote:
I have a d7 site that has only authenticated traffic and but a ton of it. It needs the a performance boost.
Does Boost only work well for anonymous users? Would Memcache and Varnish be a good solution for an authenticated traffic only site?
Thank you, Tracey
-------------------- Tracey Hummel Web Application Developer University of Arizona Social & Behavioral Sciences Technical Services University Services Building, 888 N. Euclid, Room 302 PO Box 210158, Tucson AZ 85721-0158 520-626-3223 tracey@arizona.edu http://tshummel.com -- [ Drupal support list | http://lists.drupal.org/ ]
participants (6)
-
Henry BH Chew -
Hummel, Tracey S - (thummel) -
Jeff Greenberg -
Keith Roberts -
Ms. Nancy Wichmann -
Vaibhav Jain