GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Strange problem with my site (server tech help needed) (https://gfy.com/showthread.php?t=928734)

spooky181 09-19-2009 03:05 PM

Strange problem with my site (server tech help needed)
 
Hi, I have noticed a problem with the tour of my site (warning a bit extreme!!) http://www.cheatingxxxwife.com/index1.htm when you let all the images load, then click on a sample vid then return back to the tour you have to wait for all the images to load again. This is the same for all the thousands of pages I have on this domain so makes me think its some server setting or something?? I have a few other domains/sites that dont have this problem....

It's costing me lots of $$$ as surfers wont last long browsing my site before giving up... HELP HELP:helpme

st0ned 09-19-2009 03:07 PM

So you are wanting it to cache your images? Not 100% sure on the process, but you could probably find the answer on google.

Maybe this will help: http://www.mnot.net/cache_docs/

ProG 09-19-2009 03:46 PM

Caching is done client-side via your browser's settings. Meaning you can enable or disable website caching through your browser. It's possible to not cache images by adding a random string such as .jpg?randomstring but I don't see this happening on your site.

Your main concern right now should be fixing that absolute shit HTML code and reduce the size of your index from 266kb.

spooky181 09-19-2009 03:55 PM

Quote:

Originally Posted by st0ned (Post 16338771)
So you are wanting it to cache your images? Not 100% sure on the process, but you could probably find the answer on google.

Maybe this will help: http://www.mnot.net/cache_docs/

Thanks for that link, I will put in a ticket with my host as it looks like its a server side thing.

GrouchyAdmin 09-19-2009 03:57 PM

Your sending proper E-Tags, and your files are older than shit:

Quote:

Last-Modified: Sat, 29 Nov 2003 05:26:49 GMT

Etag: "e80e2-2fa-3cd3c4164f840"
This is a user error.

ProG 09-19-2009 03:58 PM

Quote:

Originally Posted by spooky181 (Post 16338873)
Thanks for that link, I will put in a ticket with my host as it looks like its a server side thing.

Did you even read the page? lol....

brassmonkey 09-19-2009 04:01 PM

i hope that's mountain dew shes about to drink in that bowl :1orglaugh:Oh crap http://www.cheatingxxxwife.com/

spooky181 09-19-2009 04:06 PM

Quote:

Originally Posted by ProG (Post 16338881)
Did you even read the page? lol....

Yes, I read this section http://www.mnot.net/cache_docs/#IMP-SERVER

I have other sites like www.kinkyhousewife.net that dont have this issue. Not one of the thousands of pages have a problem with caching. For example this page http://www.kinkyhousewife.net/tgpa/tgp34/index5b26.html if you click on an image and return back the page is cached, however on this domain if you go to this page http://www.cheatingxxxwife.com/tgp/j...index1527.html and click on an image then return back the page isnt cached.

It's not client side otherwise I would have the same problem with all sites/pages.

spooky181 09-19-2009 04:12 PM

Quote:

Originally Posted by brassmonkey (Post 16338888)
i hope that's mountain dew shes about to drink in that bowl :1orglaugh:Oh crap http://www.cheatingxxxwife.com/

No she hates that stuff, says it takes like piss....:1orglaugh

brassmonkey 09-19-2009 04:17 PM

Quote:

Originally Posted by spooky181 (Post 16338930)
No she hates that stuff, says it takes like piss....:1orglaugh

:1orglaugh:1orglaugh:1orglaugh

GrouchyAdmin 09-19-2009 04:23 PM

It's not a server problem. If this is a cheap attempt for free traffic, please contact Eric or Ice.

Thank you.

spooky181 09-19-2009 04:39 PM

Quote:

Originally Posted by GrouchyAdmin (Post 16338962)
It's not a server problem. If this is a cheap attempt for free traffic, please contact Eric or Ice.

Thank you.

Why then are these pages all not caching.
http://www.cheatingxxxwife.com/tgp/j...69/index1.html
http://www.cheatingxxxwife.com/tgp/l...21/index1.html
http://www.cheatingxxxwife.com/tgp/l...13/index2.html

Whereas these are caching and are on a different box.
http://www.kinkyhousewife.net/tgpa/t...ndex1b517.html
http://www.kinkyhousewife.net/mgpa/mgp51/index5a19.html
http://www.kinkyhousewife.net/tgpa/tgp16/index5b4.html

GrouchyAdmin 09-19-2009 04:41 PM

As I stated before, the browsers are caching and E-Tags are being sent with old-fucking-data-date. I can only assume you are to blame for it.

spooky181 09-19-2009 04:55 PM

Quote:

Originally Posted by GrouchyAdmin (Post 16339016)
As I stated before, the browsers are caching and E-Tags are being sent with old-fucking-data-date. I can only assume you are to blame for it.

I have thousands of pages on this domain, thousands of hosted galls made by designers like this http://www.cheatingxxxwife.com/tgp/b...index1517.html every single page is not caching.

Whereas on my kinkyhousewife domain i have thousands of pages equally as out of date using the same html and every single one is caching.

spooky181 09-21-2009 04:26 PM

Quote:

Originally Posted by GrouchyAdmin (Post 16339016)
As I stated before, the browsers are caching and E-Tags are being sent with old-fucking-data-date. I can only assume you are to blame for it.

But all the new stuff I upload like this http://www.cheatingxxxwife.com/tgp/v...index1515.html is also not caching. Nothing on my whole domain caches. This is driving me crazy!! I dont know what to doooooooooooo!!!

rowan 09-21-2009 05:07 PM

If you're using Apache then look up mod_expires, which will let you set a specific cache expiry time (eg a month into the future) which should hopefully get around the browser trying to decide when it should flush the cache.

Do your logs show HTTP 304 (if-modified-since) responses for some image fetches? That's another clue that caching is working.

GrouchyAdmin 09-21-2009 05:08 PM

Quote:

Originally Posted by rowan (Post 16346164)
If you're using Apache then look up mod_expires, which will let you set a specific cache expiry time (eg a month into the future) which should hopefully get around the browser trying to decide when it should flush the cache.

Do your logs show HTTP 304 (if-modified-since) responses for some image fetches? That's another clue that caching is working.

Already checked this. He's showing moddates of 2003, and is sending proper e-Tags. I can cache him just fine.

spooky181 09-21-2009 06:13 PM

Quote:

Originally Posted by rowan (Post 16346164)
If you're using Apache then look up mod_expires, which will let you set a specific cache expiry time (eg a month into the future) which should hopefully get around the browser trying to decide when it should flush the cache.

Do your logs show HTTP 304 (if-modified-since) responses for some image fetches? That's another clue that caching is working.

THanks for that:winkwink: So is my tour caching fine for you guys? ie once it's loaded then click on a vid then return the page is already pre loaded/cached??


All times are GMT -7. The time now is 03:23 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123