-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Refresh Emails #285
Comments
Yes. In the future. |
This kind of functionality worries me. One aspect of Freescout which we appreciate very much coming from a very top heavy and overbuilt system is how light Freescout is on server and browser resources. Auto-refresh can result in huge memory consumption and slow down a computer. Can we have an option to turn off AJAX functionality? Please understand, I'm not against advanced functionality. What I do oppose are selfish applications which hoard all resources to themselves and bog down computers. |
No worries. It is already implemented and works just fine within the Polycast websocket broadcasting using ajax which works since the beginning of the FreeScout. |
Thanks for letting me know. Please be very careful about adding additional polling style features which eventually make a web application an obstructive and interrupting monstrosity rather than a useful helpmate. We've all seen this lycanthropy happen to so many previously very useful services and sites. |
Hi,
We currently use this system and it is great. One feature that is missing from our old email system is that it appears that Freescout doesn't automatically refresh emails and if our staff need to check for new emails, they need to reload the page.
Would it be possible to add in an auto refresh feature (using XHR (XMLHttpRequest)) so it would get emails in the background at a set interval (like every minute) and add these to the page without needing a page reload.
The text was updated successfully, but these errors were encountered: