2
Compression in SM 17 v6916
Idea shared by Ishan Talathi - 12/11/2018 at 4:35 AM
Proposed
I just ran a GTMetrix report, which shows the login page can shave off ~150KB by using compression . Already have Static and Dynamic compression enabled in IIS

Enable compression for the following resources to reduce their transfer size by 150.0KiB (72% reduction).
  • Compressing domain/translations/en.json?cachebust=8d65cf08901b200 could save 149.9KiB (72% reduction).
  • Compressing domain/api/v1/auth/login-settings could save 84B (33% reduction).
How can we compress this ?

1 Reply

Reply to Thread
0
Matt Petty Replied
Employee Post
I believe we already use GZIP for this, I tried using Brotli but we had complications. However, gzip is already being used for compression on most if not all calls.
If you use the Chrome Devtools, the network tab can show this, could you verify this yourself. To open Chrome Debugger hit CTRL+SHIFT+i
Matt Petty Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com

Reply to Thread