Jump to content

Resize Images

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Perro88

Perro88

    Newbie

  • Members
  • PipPip
  • 11 posts
I have a smf forum. I activated a option to resize for example every pic higuer than 600*600. It executes the resize effectively on my pc when using wamp server but on the server the site is hosted it takes around 1 minute to post a single pic(even if the size is lower than the limit). If I disable the resize option it post very fast. My guest is that the problem is related to the server. Any idea of what can be the problem?

#2
jtaleric

jtaleric

    Newbie

  • Members
  • Pip
  • 7 posts
Do you have a limit on the amount of ram / processes you can use?

Could you post your code so we could pick at it?

#3
Perro88

Perro88

    Newbie

  • Members
  • PipPip
  • 11 posts

jtaleric said:

Do you have a limit on the amount of ram / processes you can use?

Could you post your code so we could pick at it?
how can I check the limit of ram or processes? A friend let me use some space on his server so I don't the details .

#4
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
You can use top on your server if you have access. Also cpanel/plesk allows you to view this. Its odd that you get this error, are you using shared web hosting?

#5
Perro88

Perro88

    Newbie

  • Members
  • PipPip
  • 11 posts
yes it's shared. I did more tests and it's server related, just dunno what it's the prob