Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Enabling / Disabling gzip compression for WebFOCUS

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Enabling / Disabling gzip compression for WebFOCUS
 Login/Join
 
Silver Member
posted
Greetings All,

I'm new to the forums (first post, at least) so hopefully don't make too much of a fool of myself.

I have been using Google Chrome to do some debugging on my WebFOCUS portals. One of the major issues the Chrome Developer Tools are squawking about is the ability to reduce load times significantly by enabling gzip compression.

As I researched this a bit, I was led to believe that I could change my .htaccess file with a small bit of code to decrease network bandwidth usage and load times.

<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>


Unfortunately I'm not able to locate that file.

Would this even work in a WebFOCUS environment? If so, where would I consider making a configuration change like this? We are using Apache Tomcat.

Thanks very much for any help, I tried to make sure this wasn't covered somewhere else. If it was, please feel free to point me in that direction and close this thread.

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 8.2.0.1 / App Studio 8.2.0.1 (04092014) / Windows 7 / HTML5, PDF, XLS
 
Posts: 40 | Location: Kansas City, MO | Registered: June 10, 2013Report This Post
Virtuoso
posted Hide Post
quote:
ifModule mod_gzip.c

That mod is for the Apache web server, not the Tomcat application server. You can use it, but you have to install the Apache web server, then configure the necessary mod to allow it to forward the WF content to the Tomcat application server.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
Silver Member
posted Hide Post
Just to clarify; there's nothing inherent with the WebFOCUS application which prohibits the use of GZip, is there?

Does anyone have any first hand experience who could indicate whether it is effective in decreasing load times / etc?

Thanks for the help.


WebFOCUS 8.2.0.1 / App Studio 8.2.0.1 (04092014) / Windows 7 / HTML5, PDF, XLS
 
Posts: 40 | Location: Kansas City, MO | Registered: June 10, 2013Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Enabling / Disabling gzip compression for WebFOCUS

Copyright © 1996-2020 Information Builders