![]() |
How increase spead - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: Web Performance (/forumdisplay.php?fid=3) +--- Forum: Discuss Test Results (/forumdisplay.php?fid=4) +--- Thread: How increase spead (/showthread.php?tid=14904) |
How increase spead - beraniste - 05-21-2017 10:53 PM Hello, look at my test result please. What is main problem? There is much of micro pictures (34pcs - max 5kb). It is possible use data url for optimise? RE: How increase spead - GreenGecko - 05-23-2017 07:40 AM (05-21-2017 10:53 PM)beraniste Wrote: Hello, look at my test result please. What is main problem? There is much of micro pictures (34pcs - max 5kb). It is possible use data url for optimise? - deliver your images as static resources, not through this big.php code - implement expiry headers - lazy loading? - rewrite nginx config so it redirects from http://caskrmeni.cz to https://www.caskrmeni.cz in a single step, not two - ditto HSTS as the whole site is https: number of files isn't *that* important as you're delivering via http2. ( use of a common CMS would also provide simple access to full page caches ) |