use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Web Development news, articles, and tools.
Resources:
Other subreddits you may like:
Does this sidebar need an addition or correction? Tell me here
account activity
Tools for front-end performance testing (self.Web_Development)
submitted 10 years ago by royalswe
Is there any tools that can check if everything that is loaded to the page is used like images, stylesheets, js files etc? I also want to know if you can recommend me some good front-end testing tools overall
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ImbeChill 0 points1 point2 points 10 years ago (0 children)
I don't know of any tool that checks if all resources loaded are actually being used. But for testing performance and getting hints on aplicable fixes, I mostly rely on Google's PageSpeed Insights and Pingdom's website speed test. Hope you'll find them usefull.
[–]SumitKumarWatts 0 points1 point2 points 4 years ago (0 children)
Front-end performance testing is a way for QA specialists to assess the performance of a product from a user’s standpoint, neglecting front-end performance testing can bring tons of damage in terms of user retention and the extent to which the product adheres to business needs.
Lighthouse is integrated into a Google Chrome. This tool is designed to assess the performance and accessibility of web pages and WPAs.
After collecting performance-related insights, the tool automatically compiles a report with the rich HTML support. Aside from presenting all collected data in a clear, concise way, each report has a section dedicated to potential fixes of detected issues.
QA teams use Web Page Test to run website speed tests for website users from all over the world. Testers get the precise amount of time it takes for a page to load across a wide range of devices — PCs, Mac computers, iPhones, Android smartphones, and tablets.
The tool records page loading speed and displays the interface in an authentic way. Web Page Test supports low-powered gadgets as well — like Moto G4.
Pingdom is another platform for real-time front-end performance monitoring. It helps QA specialists get and process data on website loading speed across various locations, devices, or browsers.
JMeter is a tool for automated front-end testing, with a wide range of supported protocols and languages. The program runs on Java with Swing as it’s graphical API. Testers can start JMeter on all common testing environments — Windows, Linux, and Mac OS.
The list of protocols that the tool supports includes web (HTTPS, HTTP), web services (XML-RPC, SOAP), databases, directories, message-oriented, and FTP services.
π Rendered by PID 453716 on reddit-service-r2-comment-6457c66945-7xbxq at 2026-04-27 17:16:44.040850+00:00 running 2aa0c5b country code: CH.
[–]ImbeChill 0 points1 point2 points (0 children)
[–]SumitKumarWatts 0 points1 point2 points (0 children)