Viewing 1 replies (of 1 total)
  • Plugin Author Iterative Research

    (@iterative)

    Our server does the hard artificial intelligence computations right now.

    There is a roundtrip to the API server when you create a post with multiple headlines (upon save) and then one every hour after that to update the calculations. This is the majority of the “load” you will sustain and it should be minor (kilobytes a day, at most). In the future, we will update more or less frequently depending on how much traffic your site has.

    This also does not create a dependence on our server — even when our server is offline, your machine can continue sampling the headlines with no errors. The sampling operation which happens on your server is cheap — basically just a few multiplications for each headline.

    Please let me know if you have any performance issues (or any other issues). I am eager to investigate and resolve any problems you have. You can contact me here or via email at [email protected].

    Joe.

Viewing 1 replies (of 1 total)
  • The topic ‘Resource capacity?’ is closed to new replies.