본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Preview Thumbnails on New Tab page empty only for certain URLs

  • 4 답장
  • 36 이 문제를 만남
  • 7 보기
  • 최종 답변자: SubjectDelta

more options

When I open a new tab, there are three certain preview thumbnails which are always empty, and there is no way I can make them show up again. They did work in the beginning, but at some time the three previews vanished and never came back. I have already tried to empy the cache and reload the sites as suggested here, but the thumbs are still empty. It's always the same three URLs where this happens. I have also cleared the history, opened the sites again and dragged the items from the history menu into a thumbnail - same result.

When I open a new tab, there are three certain preview thumbnails which are always empty, and there is no way I can make them show up again. They did work in the beginning, but at some time the three previews vanished and never came back. I have already tried to empy the cache and reload the sites as suggested here, but the thumbs are still empty. It's always the same three URLs where this happens. I have also cleared the history, opened the sites again and dragged the items from the history menu into a thumbnail - same result.

선택된 해결법

You can open the Web Console (Web Developer > Web Console;Ctrl+Shift+K) and click the entry of the main (index) page to inspect the response headers.

You can reload web page(s) and bypass the cache to refresh all files files.

  • Press and hold Shift and left-click the Reload button.
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Cmd + Shift + R" (MAC)

See also:

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (4)

more options

The pages may be send by the server with a no-cache or no-store header preventing Firefox to store that pages in the cache.
Firefox will only generate thumbnails if the page is in the cache.


The thumbnails on the about:newtab page are generated from the cache, so if the page is not in the cache or otherwise can't or won't (secure pages) be rendered as a PNG image then you will get an empty box.

  • Do not use Clear Recent History to clear data like the cache and the history when you close Firefox

If there is no history then you get an about:newtab page with empty boxes (no URLs).

  • bug 756881 - New tab thumbnails not displayed (or old images displayed) for Facebook, Twitter (sites using Cache-Control no-store)
more options

How can I find out if this is the case? I found no "no-cache" tag or something like that in the HTML source. I used to think it worked on another computer, but now I cleared its cache as well and the previews are gone there too. So it could ineed be a general problem with the sites.

글쓴이 SubjectDelta 수정일시

more options

선택된 해결법

You can open the Web Console (Web Developer > Web Console;Ctrl+Shift+K) and click the entry of the main (index) page to inspect the response headers.

You can reload web page(s) and bypass the cache to refresh all files files.

  • Press and hold Shift and left-click the Reload button.
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Cmd + Shift + R" (MAC)

See also:

more options

I couldn't find the relevant headers in the web console straightaway, but I found a web site that displays these headers for a given URL. It looks as if the no-store header is the culprit. All the pages without previews have it.