Since optimizations could help with reducing the total bandwidth used per month and increase the overall website speed I have performed a few tests and observations to determine how the website could be optimized:
Web Page Performance
To provide a list of optimizations that would decrease the asset file size (HTML, CSS, JavaScript, static images), speed up the browser rendering time, and improve the end-user experience.
Research
Improvements
- Homepage - http://stoptazmo.com
14 requests - 378.48KB transferred (test results)
HTML file size: 96.05KB
Largest asset after HTML: http://stoptazmo.com/downloads/templ...css/layout.css - 103.48KB- Manga Viewer - http://stoptazmo.com/downloads/manga...iend_x_000.zip
50 requests - 10,317KB transferred (test results)
HTML file size: 205KB
Chapter images- Manga Listing - http://stoptazmo.com/online-manga/se...t/entire_list/
12 requests - 1,333KB transferred (test results)
HTML file size: 1,056KB
Largest asset after HTML: http://stoptazmo.com/downloads/templ...css/layout.css - 103.48KB
- Optimize http://stoptazmo.com/downloads/templ...css/layout.css by
- Removing unused CSS rules
- Minifying stylesheet
- Optimize select drop-downs
- Manga drop-down equals 164KB -- this may be a performance issue on browsers/machines
- Other drop-downs are dependent on the series size
- Optimize JavaScript by
- Minifying JavaScript
- Concatenating JavaScript files
- Load JavaScript files at the end of file
- Optimize DOM structure
Network Utilization
- Attempt to load jQuery from a CDN, and failover to local version
- Enable gzip compression
- Concatenate stylesheets into one file
- Concatenate JavaScript into one file
- Transfer static files to CDN
- Cache control for static files


1Likes
LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks