When I click on links on the main forum window to read latest messages in threads, I am coming to the thread, but about 3 hours before the latest message.
Who is caching such a way: forum software, or Comcast?
Here is the example:
http://www.diyaudio.com/forums/lounge/200865-sound-quality-vs-measurements-new-post.html
It suppose to lead me to the new post, bot goes few pages before it.
Who is caching such a way: forum software, or Comcast?
Here is the example:
http://www.diyaudio.com/forums/lounge/200865-sound-quality-vs-measurements-new-post.html
It suppose to lead me to the new post, bot goes few pages before it.
It is certainly not my browser: I did "rm -f *" in the Cache directory, it changed nothing. The link is getting rewritten, with post number added to it.
This may be a bug I encounter from time to time. go into usercp/edit options and change your posts per page setting to a lower number and try again (assuming it isnt on the lowest). After it's displayed properly you should be able to change it back 🙂
Tony.
Tony.
It was set as "Forum defaults", I set as 20, it did not help.
No, something is rewriting URL: on the main page they did not contain post number, after I click I see that they are added, but numbers belong to quite old posts.
No, something is rewriting URL: on the main page they did not contain post number, after I click I see that they are added, but numbers belong to quite old posts.
Is it taking you to the last post you read? That happens to me.
Edit: I just doubled checked and it is taking me to whatever thread was posted at about 4PM. Only to earlier if nothing was posted after 4PM today. That's about the time I got on this afternoon.
Edit: I just doubled checked and it is taking me to whatever thread was posted at about 4PM. Only to earlier if nothing was posted after 4PM today. That's about the time I got on this afternoon.
Is it taking you to the last post you read?
No, it is taking me to the first post I read after some cache somewhere got expired.
I believe it is some provider "accelerates" the network screwing down it's purpose.
after viewing the next page in the thread, and closing that tab, I came back here and clicked on the link and I now get this post which at the time of this screen shot was the last one posted in the thread:
So if there is a problem with the forum it is not universal....
Tony.
So if there is a problem with the forum it is not universal....
Tony.
Attachments
Tried from work, very different provider. The same result.
but you are still using your own 'log on' kode, I suppose

Agreed. If I understand the problem correctly, I'm not seeing that here.So if there is a problem with the forum it is not universal....
just to be sure, I've just tried it again on my way home from work and get the following. which is the first new post after the one I had previously read. edit: I'm using firefox on Windows XP. at lunch I was on the work network and on the way home I'm using my 3G modem.
Tony.
Tony.
Attachments
Last edited:
but you are still using your own 'log on' kode, I suppose![]()
Industrial espionage against Wavebourn sole proprietor? 😀
Today it works fine. At least from home, Firefox, Scientific Linux 6.2
Oops... No. Still the same: I made a post at 12:20, but when clicked from the main page it lead me to the post made at 11:42
The problem is when I click from the main page only, i.e. from http://www.diyaudio.com
yeah, I have had a few errors too
maybe it helps to click on a post
reload, clear cookies, or whatever
but surely not always perfect, no
maybe it helps to click on a post
reload, clear cookies, or whatever
but surely not always perfect, no
All the pages on the diyAudio forum are dynamic, except for the front page when a user is not logged in. We do use mod_pagespeed to speed things up which does some caching, but it should not cause the problem you've described. I would suggest it was your ISP, but as you've tried several different ones with the same problem, I'm not sure what to suggest.
When you tried from work, was it using the same laptop or an entirely different computer?
When you tried from work, was it using the same laptop or an entirely different computer?
I have the same problem both at work and home. I never get the current post, I haven't really been paying attention to which post I see, but I believe it is the last one I looked at on a given thread or the very next one.
ISPs are different at home and work. My home ISP is Verizon, work I believe is Comcast. Different computers.
Common thread is Firefox and Windows 7. I can't recollect that I have this problem on a linux box with firefox, but will update next time I am on that machine.
ISPs are different at home and work. My home ISP is Verizon, work I believe is Comcast. Different computers.
Common thread is Firefox and Windows 7. I can't recollect that I have this problem on a linux box with firefox, but will update next time I am on that machine.
I use firefox on linux boxes. But I don't believe it redraws URLs, it is something else on the way. May be hosting provider uses some proxy?
Let's check...
[Wavebourn@doctorlana ~]$ telnet titan.diyaudio.com 80
Trying 209.59.179.1...
Connected to titan.diyaudio.com.
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.1 200 OK
Date: Thu, 02 Feb 2012 01:44:08 GMT
Server: Microsoft IIS/6.0
Accept-Ranges: bytes
X-Mod-Pagespeed: 0.9.16.9-597
Cache-Control: max-age=0, no-cache, no-store
Vary: Accept-Encoding
Content-Length: 12
Connection: close
Content-Type: text/html
GET http://www.diyaudio.com/forums/forum-problems/205229-who-caching-new-post.html HTTP/1.0
HTTP/1.1 302 Found
Date: Thu, 02 Feb 2012 01:53:28 GMT
Server: Microsoft IIS/6.0
Location: http://www.diyaudio.com/forums/forum-problems/205229-who-caching-new-post.html
Vary: Accept-Encoding
Content-Length: 262
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://www.diyaudio.com/forums/forum-problems/205229-who-caching-new-post.html">here</a>.</p>
</body></html>
Jason, it is your IIS does:
[Wavebourn@doctorlana ~]$ wget -c http://www.diyaudio.com/forums/forum-problems/205229-who-caching-new-post.html
--2012-02-01 17:55:21-- http://www.diyaudio.com/forums/forum-problems/205229-who-caching-new-post.html
Resolving www.diyaudio.com... 209.59.179.1
Connecting to www.diyaudio.com|209.59.179.1|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.diyaudio.com/forums/showthread.php?p=2887868#post2887868 [following]
--2012-02-01 17:55:21-- http://www.diyaudio.com/forums/showthread.php?p=2887868
Reusing existing connection to www.diyaudio.com:80.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.diyaudio.com/forums/forum-problems/205229-who-caching-2.html#post2887868 [following]
--2012-02-01 17:55:21-- http://www.diyaudio.com/forums/forum-problems/205229-who-caching-2.html
Reusing existing connection to www.diyaudio.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 99647 (97K) [text/html]
Saving to: “205229-who-caching-2.html”
100%[======================================>] 99,647 230K/s in 0.4s
2012-02-01 17:55:22 (230 KB/s) - “205229-who-caching-2.html” saved [99647/99647]
[Wavebourn@doctorlana ~]$
Let's check...
[Wavebourn@doctorlana ~]$ telnet titan.diyaudio.com 80
Trying 209.59.179.1...
Connected to titan.diyaudio.com.
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.1 200 OK
Date: Thu, 02 Feb 2012 01:44:08 GMT
Server: Microsoft IIS/6.0
Accept-Ranges: bytes
X-Mod-Pagespeed: 0.9.16.9-597
Cache-Control: max-age=0, no-cache, no-store
Vary: Accept-Encoding
Content-Length: 12
Connection: close
Content-Type: text/html
GET http://www.diyaudio.com/forums/forum-problems/205229-who-caching-new-post.html HTTP/1.0
HTTP/1.1 302 Found
Date: Thu, 02 Feb 2012 01:53:28 GMT
Server: Microsoft IIS/6.0
Location: http://www.diyaudio.com/forums/forum-problems/205229-who-caching-new-post.html
Vary: Accept-Encoding
Content-Length: 262
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://www.diyaudio.com/forums/forum-problems/205229-who-caching-new-post.html">here</a>.</p>
</body></html>
Jason, it is your IIS does:
[Wavebourn@doctorlana ~]$ wget -c http://www.diyaudio.com/forums/forum-problems/205229-who-caching-new-post.html
--2012-02-01 17:55:21-- http://www.diyaudio.com/forums/forum-problems/205229-who-caching-new-post.html
Resolving www.diyaudio.com... 209.59.179.1
Connecting to www.diyaudio.com|209.59.179.1|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.diyaudio.com/forums/showthread.php?p=2887868#post2887868 [following]
--2012-02-01 17:55:21-- http://www.diyaudio.com/forums/showthread.php?p=2887868
Reusing existing connection to www.diyaudio.com:80.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.diyaudio.com/forums/forum-problems/205229-who-caching-2.html#post2887868 [following]
--2012-02-01 17:55:21-- http://www.diyaudio.com/forums/forum-problems/205229-who-caching-2.html
Reusing existing connection to www.diyaudio.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 99647 (97K) [text/html]
Saving to: “205229-who-caching-2.html”
100%[======================================>] 99,647 230K/s in 0.4s
2012-02-01 17:55:22 (230 KB/s) - “205229-who-caching-2.html” saved [99647/99647]
[Wavebourn@doctorlana ~]$
Last edited:
- Status
- Not open for further replies.
- Home
- Site
- Forum Problems & Feedback
- Who is caching?