Jump to content

Donnie95

Clients
  • Posts

    78
  • Joined

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Donnie95

  1. I hope V5 will support this. I want to remove Google related services for improved privacy.
  2. Thanks, I missed it somehow... @Marc Stridgen Please close/delete this topic.
  3. Hello, After updating my forum to 4.7.16, I've noticed that club topics are appearing in unexpected locations, such as categories with "Combined Fluid View" enabled. The setting "Show Club Content Areas" is set to "Only within Clubs" so that's not normal. Thanks.
  4. Coupon codes can be used for subscriptions but only for the first payment, I believe.
  5. I'm already using saved actions. What exactly is the Alerts feature?
  6. I don't think it's unnecessary, I'm constantly doing the same thing over and over. I think 50% of the moderation work can be automated.
  7. Is it possible to increase the timeout to 24 hours? That way, I would only need to log in once per day.
  8. You can actually stay logged in to the admin CP? Mine times out after 20 minutes if I don't use it. I thought it was normal. IP address verification is disabled.
  9. I think it would be great if the automatic moderation functionality could be expanded with more options. For example, if a post doesn't get any views, replies, or reactions, the forum could automatically move it to another forum, lock it, or delete it. This would be similar to what we can already do with group promotion, but for individual posts and topics.
  10. Yes DDR4. Your specs are unbalanced. You should check your RAM usage and definitely get a better CPU. Who is your hosting provider, and what is the cost of this server?
  11. Cloud server. 4 Core (Xeon Gold CPU) 8 GB RAM 80GB NVME SSD 300GB Block storage for my upload folder. $45 per month. I have around 9000 unique visitors per day, with approximately 250 accounts connected at all times.
  12. This CPU seems weak. As for the control panel, I use one called CloudPanel. https://www.cloudpanel.io/ It's completely free.
  13. Currently, if you delete a post or a topic within a club, it is permanently deleted without the possibility to restore it in the ModCP. It would be nice if we could restore this content, just as we can with regular forums.
  14. The current lightbox is not mobile-friendly. I often end up opening the images instead of tapping on the next/previous button. Swipe gesture would be much better.
  15. Exactly, I'm hesitant to change the setting and risk deleting important information.
  16. I increased the InnoDB buffer pool size from 128M to 2GB (My database is 2GB) While there is an increase in RAM usage, I haven't observed any significant improvements in speed. I'll test whether upgrading my server makes a difference. Please let me know if you have more tips for speed improvements with PHP-FPM, MySQL 8, and NGINX.
  17. Unmanaged hosting, and the server is powerful enough, the site is not using that much resource. I believe my issue is with caching or MySQL and reputation points. The leaderboard on my site takes 20 seconds to load, while a simple page like the staff directory loads quickly. (200ms) I completely forgot about the overhead setting for Redis, I definitely need to try it. Opcache, cloudflare and nginx are configured correctly. Not sure about MYSQL.
  18. I checked MYSQL slow logs, most of the slow logs are 'core_sessions' and 'core_view_updates' ::IPS\Session\Store\_Database::updateSession:381*/ INSERT INTO `core_sessions` ( `id`, `member_name`, `seo_name`, `member_id`, `ip_address`, `browser`, `running_time`, `login_type`... But I use the default 10s long_query_time, I think I need to change it to 3s. I won't be using the query cache as it is deprecated. I'm unsure about what I can do to reduce the TTFB on topics, 1 second is too high. OPcache is enabled. PHP FPM set dynamic. I'm using Redis. Nginx. Cloudflare. My server using NVME SSD and is not overloaded.
  19. Hello, I was wondering if anyone is using MySQL Query Cache with Invision. Will this cause issues? I am trying to reduce my website TTFB, especially on topics. (I have a lot of rep points) Thanks.
  20. I have the same problem, the achievements logs table is so big. I want to lower the "Clear activity log" setting from 1 year to 6 months, but I'm afraid it will delete important information, such as the date a badge was earned or cause some other issues...
  21. Running on the same server port 6379. I think my Redis is working properly but the REDIS_ENABLED constant should be removed from constants.php when we are using file system for cache.
  22. This is not a bug, the constant 'REDIS_ENABLED' is for the setting "Use Redis to reduce MySQL overhead" I don't enable this setting so it's set to false. I still don't understand why my site is much slower that usual.
  23. Hello, When I disable Redis and download constants.php the file contain. \define( 'REDIS_ENABLED', true ); \define( 'STORE_METHOD', 'FileSystem' ); When I enable Redis the file contain. \define( 'REDIS_ENABLED', false ); \define( 'STORE_METHOD', 'Redis' ); Why is 'REDIS_ENABLED" set to false? I think my cache is not working properly, my site was fast (250ms response time) but after I edited a widget the site started to be slower. (500ms, no load on the server) I cleared the cache but no improvement. Thanks.
×
×
  • Create New...