Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: bandwidth  (Read 6095 times)

0 Members and 1 Guest are viewing this topic.

GODFATHER

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
bandwidth
« on: February 15, 2005, 04:18:20 am »

my bandwidth is getting eaten like crazy b.c of the gallery..is there a way to reduce the usage of bandwidth?
Logged

meshroom

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: bandwidth
« Reply #1 on: February 15, 2005, 05:34:37 am »

Lots;

- make your images smaller (in dimension, thus reducing filesize, can do that in your config and with admin tools)
- increase compression ratio for JPEG images
- Limit usage of gallery to registered users only
- Incur limits to user upload file sizes, also in config
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: bandwidth
« Reply #2 on: February 15, 2005, 04:58:42 pm »

Have a look at where this is going.  I had a similar problem and found it was msnbot continually downloading my entire site.

It may be worth putting in a restriction to prevent the bots going into the albums folder.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: bandwidth
« Reply #3 on: February 15, 2005, 07:19:54 pm »

and disallow google's image spider to crawl your pages as well, it "obeys" commands given in robots.txt, like this
Code: [Select]
User-agent: Googlebot
Disallow: /*.gif$

User-agent: Googlebot
Disallow: /*.jpg$

User-Agent: Googlebot-Image
Disallow: /

Joachim
Logged

GODFATHER

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: bandwidth
« Reply #4 on: February 16, 2005, 06:42:19 am »

and disallow google's image spider to crawl your pages as well, it "obeys" commands given in robots.txt, like this
Code: [Select]
User-agent: Googlebot
Disallow: /*.gif$

User-agent: Googlebot
Disallow: /*.jpg$

User-Agent: Googlebot-Image
Disallow: /

Joachim

i post this in TEMPLATE.HTML or in wat file?
Logged

GODFATHER

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: bandwidth
« Reply #5 on: February 16, 2005, 06:45:04 am »

Lots;

- make your images smaller (in dimension, thus reducing filesize, can do that in your config and with admin tools)
- increase compression ratio for JPEG images
- Limit usage of gallery to registered users only
- Incur limits to user upload file sizes, also in config
i dont think i can go into every image to make the quality less

i did liimit the gallery usage to registered..like visitors can see the small images, but they have to register to see enlarge
..no one has uploaded anything yet...

so my question is...how do i increase compression ration
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: bandwidth
« Reply #6 on: February 16, 2005, 08:37:00 am »

Logged

GODFATHER

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: bandwidth
« Reply #7 on: February 17, 2005, 03:19:48 am »

http://www.searchengineworld.com/robots/robots_tutorial.htm

so from what i understood basically paste what u wrote in a NOTEPAD file and name it ROBOTS.TXT?
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: bandwidth
« Reply #8 on: February 17, 2005, 03:28:10 am »

You should keep it lowercase, robots.txt, since the server may be case-sensitive.
Logged

GODFATHER

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: bandwidth
« Reply #9 on: February 17, 2005, 03:50:24 am »

You should keep it lowercase, robots.txt, since the server may be case-sensitive.
oh so what i said was right then?  like i dont at <html> or anything like that?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: bandwidth
« Reply #10 on: February 17, 2005, 08:36:50 am »

read the tutorial or google for robots.txt: this is not related at all to coppermine; it's a common technology on webservers though that everyone who runs a website should know about. Basically the answer is "yes", you just create a plain text file with the information given, but imo it's mandatory that you understand what you are doing, as modifying the robots.txt file has an impact on your site and how it will be spidered from search engines. Don't be lazy, do some reading - don't expect us to answer all questions for you.

Joachim
Logged

GODFATHER

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: bandwidth
« Reply #11 on: February 26, 2005, 03:57:42 am »

ok i did the ROBOTS.TXT file and uploaded it to the main directory of the site, and still the images come up on search engines :(
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: bandwidth
« Reply #12 on: February 26, 2005, 04:12:33 am »

Did you name the file robots.txt or ROBOTS.TXT

There is a difference.

http://forums.seochat.com/t316/s.html

edit: I got your gallery link from another thread. It is lower case. It seems to be okay. It would seem at this point that the search engines are caching information. Just as it takes a while to add to the engines, it takes a while to remove it.
« Last Edit: February 26, 2005, 04:17:58 am by TranzNDance »
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 19 queries.