[Resolved] Load Times

    • October 21, 2022 at 7:50 am #12444
      I
      dshrout
      Participant

      We are experiencing extreme slowness in OSTicket. It appears the theme is calling back to osticketawesome.com and we are getting timeouts during those call backs.

    • October 21, 2022 at 7:58 am #12470
      I
      dshrout
      Participant

      This appears to be working now.

    • October 21, 2022 at 8:04 am #12472
      R
      theteflacademy
      Participant

      We experienced this also – it turns out that lines 19 & 20 in the osta/inc/staff-head.html were causing the issue.

      I’ve just changed them so they reference our domain instead of osticketawesome.com in case any future problem with osticketawesome.com causes our system to hang.

       

    • October 21, 2022 at 9:46 am #12475
      stevland
      Keymaster

      Sorry for the trouble, guys.

      Y’all must be running old versions of osTicket Awesome. That mistake was fixed in 1.15.3 and higher.

      In any event, the best practice is to remove any absolute links. If you hard coded it to your own server, that’s probably fine. But here is the fool-proof solution:

      <script type="text/javascript" language="javascript" src="/osta/js/jfontsize/jstorage.js"></script>
      <script type="text/javascript" language="javascript" src="/osta/js/jfontsize/jquery.jfontsize-2.0.js"></script>

      Have a good day!

You must be logged in to reply to this topic.