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
{{ message }}
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.
P3 Plugin Performance Profiler shows that Persona accounts for 50% of the runtime, even when I restrict the test session to non wp-admin pages!
To verify this result, I had WebPagetest average 10 tests with the Persona plugin enabled and again with the Persona plugin disabled (note that the "first load" test was only run once/is invalid as a measure). Turning Persona off shaved ~1.5 seconds from the time-to-first-byte, roughly matching the stats reported by P3.
The text was updated successfully, but these errors were encountered:
@indolering - Thanks for the report! I am learning PHP and WordPress development as I go along, any tips, hints, or even pull requests on how I can improve performance would be hugely appreciated.
Did the speed test benchmark database queries? I assume that would be the heftiest load. There could be some simpler or faster ways to get the same responses, as well as options for cacheing such as with the transients API: http://codex.wordpress.org/Transients_API
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
P3 Plugin Performance Profiler shows that Persona accounts for 50% of the runtime, even when I restrict the test session to non wp-admin pages!
To verify this result, I had WebPagetest average 10 tests with the Persona plugin enabled and again with the Persona plugin disabled (note that the "first load" test was only run once/is invalid as a measure). Turning Persona off shaved ~1.5 seconds from the time-to-first-byte, roughly matching the stats reported by P3.
The text was updated successfully, but these errors were encountered: