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

audit/optimize for page load time #441

Closed
aschweigert opened this issue Mar 23, 2015 · 3 comments
Closed

audit/optimize for page load time #441

aschweigert opened this issue Mar 23, 2015 · 3 comments
Assignees
Labels
priority: high Either blocks work on a priority-normal task or a solution here informs other work. status: in progress type: improvement
Milestone

Comments

@aschweigert
Copy link

Let's just start making a list of things we can do to make the site load faster. Then we'll break them out as discrete issues.

@aschweigert aschweigert added type: improvement priority: high Either blocks work on a priority-normal task or a solution here informs other work. labels Mar 23, 2015
@aschweigert aschweigert added this to the 0.5 milestone Mar 23, 2015
@rnagle
Copy link

rnagle commented Apr 14, 2015

Ideas:

  • Do some query profiling to see where we're making an excessive number of requests to the database, modify or cut queries where possible.
  • Use Chrome or Firefox inspector, network and page performance audit tools to find areas where we can further compartmentalize the CSS and JS in the theme so that only the absolute requirements are loaded on a given request.

@rnagle
Copy link

rnagle commented Apr 29, 2015

Some related tickets, where fixes included some performance benefits and/or optimization.

@rnagle
Copy link

rnagle commented May 1, 2015

Broke this down into slightly smaller tasks and punted to the next milestone. See #688 and #689

@rnagle rnagle closed this as completed May 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high Either blocks work on a priority-normal task or a solution here informs other work. status: in progress type: improvement
Projects
None yet
Development

No branches or pull requests

2 participants