Groups
Groups
Sign in
Groups
Groups
CAS Community
Conversations
About
Send feedback
Help
How to fixe Largest Contentful Paint? CAS 6.4.4 +Tomcat9 + nginx
18 views
Skip to first unread message
Baba Ndiaye
unread,
Dec 22, 2021, 11:28:59 AM
12/22/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
Hi everybody
i deployed CAS frontend Nginx but i have largest contentful paint for my website? some solutions please
Baba Ndiaye
unread,
Dec 23, 2021, 2:07:22 PM
12/23/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community, Baba Ndiaye
Solved by adding these lines in my nginx vhosts
############ gzip #############
#gzip on;
gzip_min_length 1k;
gzip_comp_level 2;
gzip_types text/plain application/javascript application/x-javascript text/css a
pplication/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png;
gzip_vary on;
gzip_disable "MSIE [1-6]\.";
########################
Reply all
Reply to author
Forward
0 new messages