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
What is slow and why is easier to understand in development. At that time you can, by looking at your rails server logs, understand what takes time and why.
Must Have
Are you doing only one query (or a few) for every request ? If not time to learn about:
Why ?
What is slow and why is easier to understand in development. At that time you can, by looking at your rails server logs, understand what takes time and why.
Must Have
Are you doing only one query (or a few) for every request ? If not time to learn about:
The text was updated successfully, but these errors were encountered: