murfguy / MixMingler

A site to help discover streamers on Mixer.com
MIT License
0 stars 0 forks source link

[General] Implement AJAX methods to collect news feeds #18

Open murfguy opened 6 years ago

murfguy commented 6 years ago

Home page loads slowly do the number of MySQL requests required. It gets slower as more feeds are gathered. In order to improve load time, AJAX methods should implemented to get data on the fly.

murfguy commented 6 years ago

AJAX methods should be able to implemented site-wide. And should be able to run at intervals that allow displayed feeds to be updated in "real time."

murfguy commented 6 years ago

AJAX for 'top streams' and 'recent activity' for home page has been implemented.

murfguy commented 6 years ago

Other areas to AJAX calls:

murfguy commented 6 years ago

AJAX Feeds are now in place for User's profile page news feed. Will explore implementing other AJAX feeds as needed. Due to this, moved milestone for this item v0.5

murfguy commented 6 years ago

AJAX news loading implemented for community profile pages.