You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: