Jump to content

AlexJ

Members
  • Joined

  • Last visited

  1. I like your bottom 3x2 layout.. i somehow can't do that. Is that something u can do in v4? I got ugly one in big line which makes no-sense.
  2. How does Redis performs? Asking because I never see Redis using more then 20-40Mb max. So is it really that optimized or it's not evening caching correctly? My database size is around 2.5G appx. I see - thanks.
  3. It helps with larger forum as well. Imagine you have 500 users browsing and each having it's own request i.e. 500 DB request. Now with event/schedule based, 1 query every 30 sec (OR configurable) -> Update block cache -> Server all 500 users that without any database request. I am not sure if MySQL has build in cache i.e. if content hasn't change, does it still do full DB scan OR provides from cache. I know for sure, snowflake has it's caching engine. So if my underlying data hasn't change my next query execution comes from cache.
  4. Thanks for the confirmation. Can it be modified, so that it's event based? If event driven is not possible, schedule would help as well i.e. every 5 mins run 1 query, update block, static block (5 mins) -> all users get it if it's configured as don't check for permissions.
  5. How does this caching work? It's event or scheduled based to pull latest topic/post? For Ex: Caching is at 15 mins, it will only generate the block data every 15 mins OR Topics / Post are event based and will update the store data. Then user uses gets that as a static block, so request wouldn't be dynamically processed for each user? I am not sure if I am explaining my question correctly. I am hoping it's event driven block update and then user refreshes the browser, request wouldn't go to database rather cache.
  6. AlexJ replied to AlexJ's post in a topic in Technical Problems
    Thanks Mark. I thought you can use your magic wand and tell me which app directly without doing process of elimination 🙂
  7. We need the same solution for tickets as well... we can't loose the ticket history for audit perspective. If we can convert tickets to private category -> Topics and posts, would be perfect.
  8. AlexJ posted a post in a topic in Technical Problems
    Any thoughts on how i can fix or resolve above error? Thanks
  9. Super - Much appreciated and saved the hassle. Thank you.
  10. Where I can tweak the email format i.e. I want to remove verbiage of Account deletion. Thanks
  11. Thanks. I had the same question.
  12. Let me be honest here: opentype is very good and i have his 2 addons purchased but never used because I couldn't figure out how to use the damm thing. Sure, I could bother him but then I thought how much because I only know basics. I have bit ugly landing page.. was good years back.. but need to make it clean and mobile optimized. https://fearless-assassins.com/ So it would be nice to get some help with videos. People at times think, they are starting with basics but their is a difference in basic for normal joe vs experience joe. This is where dummy proof user guide comes to play. Also when folks make coherent step by step videos, makes a huge difference vs reading 50 pages.
  13. Share the vibe.. i like that pic and the vibrant vibes 🙂
  14. Nice update! It would be much used by all moderators/staff members. @Matt Any update on process of converting tickets to topics/post for reference/audit purposes with IPS 5.x? Thanks
  15. Nice video @Jimi Wikman - Liked the walk through.