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 trialIsaiah Canteen
3,242 PointsCan Somebody tell me what wrong with my website
For a few months I have been working on a music promotion website and to tell the truth I'm stuck. Ive been working on it on my own so I don't really have anyone to bounce ideas around with any kind of feedback will be greatly appreciated. Thank You
here is the website http://royalerecordings.com/
Mark Truitt
17,230 PointsHave to agree with Jonathan. Is there something specific you are asking for? or just wanting people to look at/use for possible issues?
Tara Bendig
7,290 PointsShould something happen when you click on the top left menu button?
2 Answers
Joel Bardsley
31,249 PointsThe site could do with some optimization to improve page load speed for those with slower connections or those trying to access via their mobile device. The background image on its own is over 3MB and the page in total is near 9MB with over 150 HTTP requests, which is obscene for what's being displayed on the Register page. There are so many separate css and js files being loaded, each taking up a HTTP request, that by just combining and minifying them would make a significant difference.
To get you started, there are powerful free caching plugins for WordPress that can take care of that for you. W3 Total Cache is probably the most popular, but there are several other good options to choose from.
Isaiah Canteen
3,242 PointsThanks for the feedback Joel, how can i check the speed and size of the files being used such as the HTTP requests??
Isaiah Canteen
3,242 Points1.Thank You Jonathan Grieve I appreciate it but I feel that I am missing something because my bounce rate on Google Analytics is above 70 even sometimes above 80......
2.Mark Truitt nothing specific use for problem issues, simplicity for the user is my goal.....
3.Tara Bendig yeah the top left button is linked to the register page which is also set as my homepage, I left it on the menu for users to easily find after they browse around the site first
Jonathan Grieve
Treehouse Moderator 91,253 PointsJonathan Grieve
Treehouse Moderator 91,253 PointsThe website looks really nice. What is it in particular you're struggling with? :-)