Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ajax server error with cell phones
#6
All HTML, JavaScript and CSS served by IntraWeb are compressed by default, unless you disabled it.

Check:

ServerController.Compression

Ideally you should have:

AllowDeflate, AllowGZip = True
Enabled = True
Level = 1 (min) to 9 (max)
PreCompress = True
MinSize = 512 (less than that won't make much difference anyway)

You can switch Level to 9 and see if it makes any difference. It will certainly increase the CPU consumption at server side, but if this is not a problem, then you can try it.
Reply


Messages In This Thread
Ajax server error with cell phones - by bob9999 - 08-22-2019, 06:59 PM
RE: Ajax server error with cell phones - by Alexandre Machado - 09-05-2019, 10:18 AM
RE: Ajax server error with cell phones - by kudzu - 09-08-2019, 05:51 PM
RE: Ajax server error with cell phones - by kudzu - 09-08-2019, 09:50 PM
RE: Ajax server error with cell phones - by kudzu - 09-15-2019, 01:58 PM
RE: Ajax server error with cell phones - by kudzu - 09-21-2019, 05:48 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)