Jump to content

TheOtherRob

Clients
  • Joined

  • Last visited

  1. That's not a very helpful reply. You know from the context of the rest of my post that I meant: Has something changed with caching or DB indexes between these releases that could have caused this performance regression?
  2. We've just upgraded to 4.7.18 (from 4.7.12) and our customers are anecdotally claiming that the Fluid view is a lot slower than before. I cannot confirm if it was faster in 4.7.12 as I've never used this mode before but I can confirm that it takes >15s to load the homepage of the forum when this is enabled. Has something changed with caching or DB indexes between these releases?
  3. Same issue for us with 4.6.11. Trying to download (newly uploaded) .mov file in Chrome on macOS results in error: We could not locate the item you are trying to view.
  4. I've just upgraded from 4.5.4.2 to 4.6.7 now have this issue (i.e. cannot download .mov attachments in Chrome) only on new attachments since the upgrade. Existing attachments from before the upgrade work fine. Was there a regression in 4.6.7?
  5. I've successfully managed to migrate an existing Invision Community to a containerised set up on AWS Fargate. I've upgraded to 4.5.4.2 and everything is working as expected except I cannot get it to detect that php-redis is installed. My httpd and php-fpm run in separate containers with httpd handing over to php-fpm via TCP 9000. Could this be the reason it cannot detect php-redis? Is there a way to force the software into making the redis options available? My apologies - php-redis wasn't installed. Don't I feel the fool?