Asked
Active
Viewed 1,020 times
-1
-
See this https://stackoverflow.com/questions/5585918/what-does-pending-mean-for-request-in-chrome-developer-window – Kung Fu Panda Aug 11 '17 at 11:16
-
Possible duplicate of [What does "pending" mean for request in Chrome Developer Window?](https://stackoverflow.com/questions/5585918/what-does-pending-mean-for-request-in-chrome-developer-window) – Ocaso Protal Aug 11 '17 at 11:19
1 Answers
0
Actually your content is not load from cache so that's why it shows pending. Don't try to get resource from cache. May be .htaccess file helps you for that
Thanks

Hitesh Solanki
- 109
- 1
- 7
-
I am using Node.js as server side code ...is there any equivalent to .htaccess – Abhishek Desai Aug 11 '17 at 11:34
-
.htaccess file is common for all server side scripting. you can use it – Hitesh Solanki Aug 11 '17 at 11:52
-
Thanks..One more thing ...How can i change (from memory cache) to (disk cache) – Abhishek Desai Aug 11 '17 at 12:04
-
do not store cache for your site so automatically it will work. – Hitesh Solanki Aug 11 '17 at 12:12