Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Major performance hit, even on non-admin/login pages. #13

Open
indolering opened this issue May 18, 2013 · 3 comments
Open

Major performance hit, even on non-admin/login pages. #13

indolering opened this issue May 18, 2013 · 3 comments

Comments

@indolering
Copy link

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.

@shane-tomlinson
Copy link
Owner

@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.

@indolering
Copy link
Author

I'm just a (figurative) speed junky admin, I'm barely literate with PHP : )

@wrought
Copy link

wrought commented Jul 11, 2013

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants