11.
How can you cache AJAX responses in jQuery?
12.
What is the advantage of using native JavaScript methods over jQuery methods?
13.
How can you optimize the performance of event handlers?
14.
What is the best practice for handling frequent events like scroll or resize?
15.
How can you delay the loading of images to improve performance?
16.
Which of the following methods improves performance by reducing the number of reflows?
17.
How can you optimize AJAX requests for better performance?
18.
Why should you use the latest version of jQuery?
19.
What is the effect of using the .append() method inside a loop without caching?
20.
How can you batch DOM changes to improve performance?