dukecon / dukecon_html5

MIT License
2 stars 3 forks source link

Recursive caching causes recursive call of REST service #4

Closed ascheman closed 8 years ago

ascheman commented 9 years ago

During log file analysis of the strange Facebook problem we saw that download of the Application causes multiple calls to the REST interface for talks. Based upon the referrer URLs it seems the following happens:

This ends up in loading the /rest/talks data once for each loaded HTML file causing a certain load and redundant "mass" data sent three or four times to the user.

ascheman commented 8 years ago

I think, this is still open (@annam002 could you look into this?)

ascheman commented 8 years ago

Deadline 2016-01-17, if not solved postpone to release-1.2

annam002 commented 8 years ago

I cannot reproduce this. I only get a single call to /rest/talks on load

annam002 commented 8 years ago

@ascheman Please check if you can still reproduce this and how.

ascheman commented 8 years ago

Looks good!