Jump to content

Charles

Management
  • Joined

  • Last visited

Posts posted by Charles

  1. 11 hours ago, marklcfc said:

    I've had it at 30 seconds for the past 5 years, I suppose I didn't completely understood how it worked. My impression was that guests cached page would update every 30 seconds, if I had it for 5 minutes then it would only update every 5 minutes and they wouldn't see the latest posts.

    Yes, you have it right but with only a 30 second cache time you are getting no benefit. You would do better to have no caching.

    The old guest page caching would:

    1. Check MySQL DB if cache exists
    2. See it is expired, delete from MySQL
    3. Render a page as normal
    4. Insert row in MySQL with rendered output
    5. Serve to browser

    You could have skipped all but step 3. A CDN will of course skip all steps because it never hits your actual server.

  2. On 10/28/2022 at 9:30 AM, marklcfc said:

    I set it to 30 seconds else guests ended up not seeing the latest posts for 5 minutes. 

    Does this mean guests will not see the latest posts on cloudflare now? if so it’s not an option  

    Honestly, if you only ever had it set to 30 seconds your site will actually be faster if you did nothing. Our old guest page caching added overhead to your server. With a cache timeout of just 30 seconds your server was working harder than it would than if you just served pages directly.

    I would still recommend a CDN but you should be fine either way and your MySQL will be on vacation.

  3. 2 hours ago, bradl said:

    No good deed goes unpunished 🙂 In this peri-pandemic era many of our dog club events (primarily member, board, and committee meetings) are both in person *and* call-in.  Love to be able to list those events in both categories.

    Good point. We didn’t consider hybrid events 🙂 

  4. Posted

    We are hosting our first live video stream to chat about our October release.

    This is a trial we are doing to see if everyone likes it and may start doing them with each release. 

    Since it's a trial, please forgive us if we mess up or are otherwise awkward 🙂 

    Feel free to post questions in the comments on the Event entry and we will try to cover some in the video.

     

     

     

  5. Just now, Kirill N said:

    That makes it the Invision-preferred solution or upgrade-friendly solution, not the right one.

    Saying that it’s the right solution because it makes upgrades easier is like saying that cutting off your arm is the right solution to losing body weight.

     

    But clearly I’m in the minority here and the Invision stuff will (rightfully) do whatever they please so arguing is pointless. This new version just isn’t for me.

    We didn't make this up 🙂 we modeled it after literally every SaaS service out there.

    I might submit that an "upgrade-friendly solution" is 100% what we should always choose.

  6. 4 hours ago, jesuralem said:

    Will all these features only be available on cloud subscriptions ?

    I get it for image analysis and sentiment analysis but i would expect who's viewing and who's typing to be available on self hosted as i don't see any AI in there :).

    Those features do not use PHP/MySQL so do require a more advanced setup that cannot be done on self hosted environments.