Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Gzip compression

Asked Modified Viewed 3,010 times
S
serkins
S
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

How to turn off gzip commpression in whole php-fusion. I uploaded files, instaled etc, everything seems to be ok, but when i lunch my site i get white page. My hosting admin says, problem is in gzip compression and you must trun it off . HOW ??
0 replies

5 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

gzip compression is not enabled in php-fusion.
0 replies
W
wlodekp
W
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 3 threads in the forums
answered
Member

I have used already gzip compresion for version 106, not only in maincore.php
projection accelerates considerably, and from 6.0.2xx is in maincore already yet.
// Start Output Buffering
//ob_start();
ob_start("ob_gzhandler");
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

By default gzip is not enabled:
// Start Output Buffering
ob_start();
//ob_start("ob_gzhandler");
0 replies
— 3 months later —
G
gshadefull
G
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

I have a question. How do I activate the gzip compression?
0 replies
— 6 months later —
G
gozoc
G
gozoc 10
Admin / Developer: ExtBoard Forum and COMBRIX CMS
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 7 threads in the forums
answered
Member

Hi ...
back to this important thing.
If we use: ob_start(ob_gzhandler);
the portal is much faster ... it should be standard and be included ... BUT
If it used, there is a little trouble with downloads (forum-appends, and downloads) with firefox ...

Could it fixed ??
Please, it would be very fine for the speed of php-fusion ;)
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 5 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet