Page 2 of 2
Re: Site Seems Slow after using CMSMS 1.0.2 compared to just HTML?-REALLY NEED H
Posted: Wed Jan 24, 2007 4:23 pm
by wms
Hi Cyberman,
Here's the reply I received back from my hosting company.
"Yes. Most of our Web servers have WinZip installed or at least another program that can handle compressed file formats such a .gzip.
Alternatively, you can log into the Web server using PuTTY over SSH and use the gunzip utility there as well."
Does that help?
Re: Site Seems Slow after using CMSMS 1.0.2 compared to just HTML?-REALLY NEED H
Posted: Wed Jan 24, 2007 5:24 pm
by 3dcandy
gzip support is part of the php package installed.
if you download and install the system configuration utility, you cans ee if gzip is installed, it's in the apache environment section, should say something there if it's installed!
Re: Site Seems Slow after using CMSMS 1.0.2 compared to just HTML?-REALLY NEED H
Posted: Thu Jan 25, 2007 10:45 am
by cyberman
wms wrote:
Does that help?
Not really

...
Go to your admin panel, menu extension>userdefined tags, create there a tag named info, put command
inside and save it.
Create a new page and insert there only {info}. Call this page from frontend.
Then you will see if your php package has gzip support.
Re: Site Seems Slow after using CMSMS 1.0.2 compared to just HTML?-REALLY NEED HELP!
Posted: Thu Jan 25, 2007 12:31 pm
by wms
Thanks Cyberman,
I created the page like you said:
http://www.goulbournsoccer.ca/index.php?page=info
Sorry, not too sure what I'm looking for now
Thanks,
Re: Site Seems Slow after using CMSMS 1.0.2 compared to just HTML?-REALLY NEED H
Posted: Thu Jan 25, 2007 1:53 pm
by cyberman
Look at headline zlib. zlib is active but I see zlib.output_compression is "Off".
Perhaps I should add a function to check if gzip is supported and create a version for users without that.
Would you be my beta tester?
On my accounts I have every time gzip support

...
Re: Site Seems Slow after using CMSMS 1.0.2 compared to just HTML?-REALLY NEED HELP!
Posted: Thu Jan 25, 2007 2:05 pm
by wms
Sure....let me know how I can help out.
I've gotten so much help from you and others form this forum, I would be more than happy to lend a hand.
Thanks,
Re: Site Seems Slow after using CMSMS 1.0.2 compared to just HTML?-REALLY NEED HELP!
Posted: Thu Jan 25, 2007 2:34 pm
by cyberman
OK, need some time now (I'm a little bit busy at moment) ...
Re: Site Seems Slow after using CMSMS 1.0.2 compared to just HTML?-REALLY NEED H
Posted: Fri Jan 26, 2007 3:26 pm
by wms
I asked my hosting company to turn the zlib option on [zlib.output_compression = "On"], and I still get this error while trying to use the ccontent tag:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in e:\web\public_html\wms\goulbourn\plugins\function.ccontent.php on line 54

Re: Site Seems Slow after using CMSMS 1.0.2 compared to just HTML?-REALLY NEED H
Posted: Tue Feb 27, 2007 6:35 pm
by kermit
wms wrote:
I'll have to e-mail the hosting company if I have gzip support or not. But basically the site is running of a Wintel server with the DB on a different Linux server. I'm using mysql5.0 for the db.
could it be as simple as... iis isn't as good at serving php pages as apache on linux?