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
Currently, partial request counts only if it's a reload to the same component.
I think it would be good for performance and data quantity reduction if requests still coming from Inertia but are not 'partial', to respect passed header X-Inertia-Partial-Except and don't evaluate and include them in such a requests.
In \Inertia\Response it could look a little something like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, partial request counts only if it's a reload to the same component.
I think it would be good for performance and data quantity reduction if requests still coming from Inertia but are not 'partial', to respect passed header
X-Inertia-Partial-Except
and don't evaluate and include them in such a requests.In
\Inertia\Response
it could look a little something like this:Beta Was this translation helpful? Give feedback.
All reactions