Skip to content
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

Refresh calculations on AJAX response #175

Open
alexander-nitsche opened this issue Apr 25, 2023 · 1 comment
Open

Refresh calculations on AJAX response #175

alexander-nitsche opened this issue Apr 25, 2023 · 1 comment

Comments

@alexander-nitsche
Copy link

Analyzing content elements added on-the-fly via AJAX requests does not seem to be supported yet. Manually or automatically triggering a recalculation of the cache information would be great. Manual recalculation can currently be done by closing and reopening the debugging console, so the first and easiest function could be to add a refresh button to the console. Maybe there is also a nice solution for automatic recalculation?

@Sebobo
Copy link
Collaborator

Sebobo commented Apr 28, 2023

The recalculation wouldn't be correct, as the dynamically added values wouldn't match with the values of the parent. E.g. sum of rendering time, etc.

So when implementing a "refresh" feature, which I think would be nice, those dynamically loaded fragments should contain a hint about their different behaviour to prevent to much confusion about the numbers not adding up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants