Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Tiffany Storm
Tiffany Storm
1,204 Points

Trouble Logging Onto My Web Page

I have an old web page that is powered through Magento, and when I go to the Admin page to login, It takes forever to load. Most of the time I can't even sign on. Does anyone on here have experience with Magento that may know what is going on? The actual website is very slow as well.

Id really like to get logged on so I can practice what I am learning. Thanks!

1 Answer

Lauren Clark
Lauren Clark
33,155 Points

You can use the "network" tab in Chrome Developer tools to look at what is causing the bottleneck. It is likely some bad code/memory leak in the Magento theme or core code, coupled with a slow server.