mazedigital / association_output

Association Output for Symphony: Inline XML
MIT License
5 stars 4 forks source link

Association Output Breaking When Page is Refreshed/Accessed from Another Location. Symphony 2.7.7 #15

Open ashrimplin opened 6 years ago

ashrimplin commented 6 years ago

I seem to be having an issue with Association Output extension on Symphony 2.7.7. Using Association Field 2.0.2 and Association Output 1.2.0. What I've noticed is that when I 1) load the page and then refresh shortly after (within 5 seconds or so) or 2) load the page in one browser and shortly after load in a different browser, the Association elements aren't included in the XML - it's like the Association Output breaks.

Example site

Here is the before `

Mixes
TOMB Podcast Vol. 15 2018-06-25 51:00 RAMMLP33D meditate-5b34e9878aadf.jpg meditate.jpg ` Here is the broken `
Mixes
TOMB Podcast Vol. 15 2018-06-25 51:00 meditate-5b34e9878aadf.jpg ` Anyone had this issue before? I'm thinking I could bypass the issue using browser caching but where I get worried is that it will be an issue if two users access a page shortly after one another (which I simulated using two different browsers which browser caching won't help).
ashrimplin commented 6 years ago

From what I can tell is if a page is accessed/refreshed consecutively within a minute then the association output doesn't show at all - only the reflection field. Anyone have any idea how to even troubleshoot?