NetTalk Central

Author Topic: TinyMCE slowing down program  (Read 1664 times)

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
TinyMCE slowing down program
« on: July 13, 2015, 04:59:11 PM »
Sometime in the last month, I started to notice my program was slower and slower to respond in the browser. After fiddling around a bit, I've determined that it happens during the GET call to the TinyMCE script as displayed in the server Log window. As soon as I change the default editor in the settings in the WebServer procedure which eliminates the script calls, the program runs normally. Any ideas?

Thanks,

Mark

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: TinyMCE slowing down program
« Reply #1 on: July 13, 2015, 10:44:42 PM »
not much to go on Mark.
You'd need to profile the response a bit more to see why it's taking long with each call to that specific script.

An obvious test is to try with, and without, caching (as set on the WebServer/Perfomance tab).

Cheers
Bruce