NiftyHost Forums (Archive)
zend optimizer - Printable Version

+- NiftyHost Forums (Archive) (https://niftyhost.chary.us/support)
+-- Forum: NiftyHost (https://niftyhost.chary.us/support/forum-3.html)
+--- Forum: Customer Support (https://niftyhost.chary.us/support/forum-6.html)
+---- Forum: Comments and Suggestions (https://niftyhost.chary.us/support/forum-15.html)
+---- Thread: zend optimizer (/thread-1131.html)



zend optimizer - gfpoow - 05-01-2011

please install zend optimizer at p2h :D
if it can, it will be great
thanks


RE: zend optimizer - rowebil - 01-30-2012

You can always use PHP compression if you run a blog OR a forum. I know it works VERY well with a blog. Wordpress I know has a lot of plugins that can do this...


RE: zend optimizer - HiddenKnowledge - 01-30-2012

(01-30-2012, 11:59 AM)rowebil Wrote: You can always use PHP compression if you run a blog OR a forum. I know it works VERY well with a blog. Wordpress I know has a lot of plugins that can do this...

Those plugins might speed up the blog itself, but it also causes the server trouble. If you want to speed up your site, I advise CloudFlare. CloudFlare doesn't only speed up your site but also blocks bad users, decreases bandwidth used and allows you to easily integrate scripts in your site without having to change the site itself.


RE: zend optimizer - rowebil - 01-31-2012

Not if it's done right there.. Gzip compression doesn't cause the server trouble, but increases the CPU processing.

CloudFlare is nice. NiftyHost.us uses it.


RE: zend optimizer - nobody - 01-31-2012

The increased CPU power required to gzip the content adds extra stress on the server. In our case with a 100mbps connection to the server, the less CPU usage but higher bandwidth usage is better. If we were limited in network transfer this might be a better idea; right now we don’t require a need for this.

Thank you for your suggestion. If our circumstances change we may reconsider this stance.


RE: zend optimizer - rowebil - 01-31-2012

Loads much faster for people who are viewing it. I believe that's why the original poster suggested the idea. With it enabled for Wordpress, it cuts down the loading time by at least half. Google likes to see that.

If you have a small VPS server, I see what you mean. Too much stress on the CPU.


RE: zend optimizer - nobody - 01-31-2012

As stated previously by another user, you are welcome to use cloudflare.

Other tips for speeding up your website is to use "mini css" and "mini javascript". Removing unrequired linebreaks and spaces can decrease the file size. If you place Javascript at the end of the page, it will be loaded last and start rendering output on the page faster (not in all cases).

You can use http://gtmetrix.com/ to check the speed and size of your website.