![]() |
Site optimization - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: Commercial Services (/forumdisplay.php?fid=18) +--- Forum: Web Site Optimization Help Needed (/forumdisplay.php?fid=20) +--- Thread: Site optimization (/showthread.php?tid=15642) |
Site optimization - sajjan - 01-30-2019 02:07 AM Can anyone help me to optimize my website https://ecoholidaysnepal.com ? Images are the issue, can anyone suggest image compression tool without loss of quality.Second thing is lots of fonts are used,but cannot find which are being unused.I want to remove them,can you help.Lot of http request being used,Can anyone help to remove import of fonts and other use of requests to minimize.can anyone help my website loadtime to 3 second. RE: Site optimization - avalanch - 01-30-2019 02:52 PM Use fileoptimizer on the images. https://sourceforge.net/projects/nikkhokkho/files/FileOptimizer/ RE: Site optimization - sajjan - 01-31-2019 01:45 AM what about other issues link fonts and load time RE: Site optimization - avalanch - 02-01-2019 04:02 AM Well instead of worrying about the fonts I would fix these issues on this test. https://gtmetrix.com/reports/ecoholidaysnepal.com/mjFf8yvB Serve scaled images Code: The following images are resized in HTML or CSS. Serving scaled images could save 1.2MiB (91% reduction). Avoid bad requests Code: The following requests are returning 404/410 responses. Either fix the broken links, or remove the references to the non-existent resources. Specify image dimensions Leverage browser caching Read this for a tutorial on how to do most of this. https://gtmetrix.com/wordpress-optimization-guide.html |