PrestaShop Forums: Do consider PS slow. - PrestaShop Forums

Jump to content


Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.

Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

NYC

Vous parlez français ? par ici !


Do consider PS slow.


Do consider PS slow.

#1 intellierve

    PrestaShop Newbie

  • 17 Jul 2008
  • Members
  • Pip
  • 9 posts
  • Location:NZ

Posted 07 September 2008 - 01:53 PM

Just interested to hear if others are finding v1 very slow compared to other scripts they run on the same servers.

#2 jma85

    PrestaShop Apprentice

  • 13 Aug 2008
  • Members
  • PipPip
  • 64 posts

Posted 07 September 2008 - 02:09 PM

yes, prestashop v1 is very slow

JMA

#3 Learn To Tattoo

    PrestaShop Newbie

  • 24 Aug 2008
  • Members
  • Pip
  • 13 posts
  • Location:Sheffield - UK

Posted 07 September 2008 - 03:12 PM

Its all good here!

Some people just aren't happy.
=======================================================
Learn How To Tattoo Course
:-)

#4 vinoalvino

    PrestaShop Addict

  • 10 Aug 2008
  • Members
  • PipPipPip
  • 841 posts

Posted 07 September 2008 - 04:38 PM

Front End very slow! sometime i have timeout from server!
Al mondo ci sono 11 tipi di persone: quelli che capiscono/non capiscono il codice binario e quelli che trovano tutti i moduli su prestamodules :P
-- Realizzo moduli e personalizzazioni per prestashop --

#5 ejectcore

    PrestaShop Addict

  • 08 Apr 2008
  • Members
  • PipPipPip
  • 827 posts
  • Location:UK

Posted 07 September 2008 - 05:03 PM

I feel the Admin is very slow when adding/editing products & really needs improving
the front end is super-fast for me :)

I personally think it makes a huge difference changing the value below
$smarty->force_compile = false;

However the search results are very slow, probably down to many DB queries
I will continue to assist the team with prestashop for the foreseeable future
Filter Search 2.1 Enterprise Edition Now Available

Available Soon
Filter Search 2.1 Lite Edition

Follow us on twitter

#6 haagendazs

    PrestaShop Newbie

  • 30 Aug 2008
  • Members
  • Pip
  • 8 posts

Posted 07 September 2008 - 05:45 PM

front end is fast for me. the backend, in terms of page-loading-speed is fast as well. navigation is terrible though. for example, after saving a product info, i cant directly go back to the products in the same category. i have to go back to the catalog, and then click the category i want to edit, and then go to the next product. things like these make managing the backend tediously painful... but like i said, page-loading-speed is fine! :)

#7 rsvp

    PrestaShop Apprentice

  • 24 Aug 2008
  • Members
  • PipPip
  • 31 posts

Posted 07 September 2008 - 06:36 PM

Haagendazs, try making new "Quick Accesses." It's under tools. You make a link, and it appears in that dropdown menu with the lightning bolt. I made links to all of my categories. I go to the one I want, and scroll down until I find the Add New button.

#8 haagendazs

    PrestaShop Newbie

  • 30 Aug 2008
  • Members
  • Pip
  • 8 posts

Posted 07 September 2008 - 07:16 PM

rsvp, thanks for that tip! i didnt realize u could do that. that is definitely helpful :)

#9 jtyana

    PrestaShop Apprentice

  • 31 Jul 2008
  • Members
  • PipPip
  • 158 posts

Posted 08 September 2008 - 05:09 AM

Front end is slow, not good but acceptable providing it gets fixed in a future release
Back Offfice has too many annoying ajax jumps. There's enough real estate to get rid of some ajax nervous twitches
I'm not fully committing to PS until I see some improvements in performance

#10 UltimuDon

    PrestaShop Newbie

  • 01 Sep 2008
  • Members
  • Pip
  • 6 posts

Posted 08 September 2008 - 11:30 AM

From 1220803423:


I personally think it makes a huge difference changing the value below
$smarty->force_compile = false;


Much faster now....thank you :)

#11 intellierve

    PrestaShop Newbie

  • 17 Jul 2008
  • Members
  • Pip
  • 9 posts
  • Location:NZ

Posted 23 September 2008 - 09:14 AM

Further to my research on trying to speed up prestrashop I've written another smarty plugin. The stats seem to say it's worth while however I'm still working on it. All the javascript files in the header halt the shop from loading until they have been processed. if anyone has done the maths there are alow of files to download and alot of connections to the server required for this.

Solution: I have written a smarty plugin that creates a single js or css file with the pramas you send. it creates a cached file with etags for quicker furture browseing.

Either an array, list or single js or css file can be used.

Usage is as follows:

{cache js=js/tools.js,js/jquery/jquery.pack.js,js/jquery/jquery.easing.1.3.js,themes/intellishop/js/chrome.js}

{if isset($js_files)} {cache js=$js_files} {/if}


I'll be creating a ps mod website oneday for anyone wishing to donate towards my time developnig such improvements. Until than, just PM and I'll see what I can do to help wtith your shop.

#12 bramp

    PrestaShop Apprentice

  • 15 Aug 2008
  • Members
  • PipPip
  • 38 posts

Posted 28 September 2008 - 08:25 PM

I wrote about how slow the front end was in this post

However the developers have promised this will be fixed in version 1.1. Be assured that when it is out I will again be doing some profiling to identify any slow spots and hopefully speed them up.

#13 Damien Metzger

    PrestaShop Fanatic

  • 04 Aug 2007
  • PrestaTeam
  • 1243 posts
  • Location:Paris - France

Posted 28 September 2008 - 09:09 PM

Several issues fixed, but don't expect a revolution.
PrestaShop's front end power is its weakness: the modules.
The front end in itself do not waste any resources, but each module requires its own data so the overall performance decreases greatly.

We're looking for some kind of internal global cache in which modules could get everything, but it won't be for the next release.

#14 malcolm

    PrestaShop Newbie

  • 16 Oct 2008
  • Members
  • Pip
  • 3 posts

Posted 16 October 2008 - 08:04 PM

Hi All

I find prestashop excellent but the front office end is unacceptably slow. I have cut out modules, talked to my (normally fast) hosters, and still I get a 15 -20 sec response on the front end:

1. I have serached for $smarty to change it to $smarty->force_compile = false; but cannot find it... my ignorance I guess. all assistance welcome!!

2. if there is anyone here who has a clue how to speed this up I would welcome the help very much.

3. We are live and getting complaints so a speedy response would be great!

Kind Regards

Malcolm

#15 weloveperfume.co.uk

    PrestaShop Apprentice

  • 02 Sep 2008
  • Members
  • PipPip
  • 64 posts

Posted 17 October 2008 - 09:29 AM

Hi Malcolm

Not sure if this will help you, but we had similar speed problem and after running a few checks we made some small changes and we did see an improvement in speed on our sites.

Initially we checked our page loading time on http://www.websiteop...rvices/analyze/

Then we used http://www.cleancss.com/index.php to check and clean up our css files.

Hope this helps :)

#16 disarci

    PrestaShop Fanatic

  • 08 Sep 2008
  • Moderators
  • 1982 posts
  • Location:Dijon

Posted 17 October 2008 - 12:15 PM

Yes there are also many if in modules that we can remove "if" we are sure of our work:
check if image exists for example,

But, I can't find prestashop slow,
it's depends also from the server,
a new products with a new server.

I made a lot of test with 100 client connected working together and can't find charge on server (6% of 1 processor maximum).
ex: http://www.filanda.it/shop/
I also tried with another shop in locally with 22000 products, and also sql search is fine.

#17 nerdygurl

    PrestaShop Apprentice

  • 16 Sep 2008
  • Members
  • PipPip
  • 121 posts
  • Location:New Zealand

Posted 18 October 2008 - 04:06 AM

I find the front end is fine for me but the back end does take some time but as one suggested just make new quick accesses.
On my local and online hosts i have Prestashop & Magento from when i was trying Magento and i must say Prestashop is alot faster and more efficient.

#18 R2D2

    PrestaShop Newbie

  • 04 Oct 2008
  • Members
  • Pip
  • 4 posts

Posted 30 October 2008 - 03:11 PM

From 1224183848:

Hi All

1. I have serached for $smarty to change it to $smarty->force_compile = false; but cannot find it... my ignorance I guess. all assistance welcome!!


Hi Malcolm. You can find it opening "config" folder. Now open "config.inc.php" file and search line number 118. I made the change and it's true, the prestashop's performance now is better.

By the way, i consider PS Speed is very, very good for live shops. It's not required a fancy server or an expensive web hosting service. Just with a decent web host server PS runs very well. Of course, if the performance on PS v1.1 is better, then well come!!... :-)

Greetings.

#19 malcolm

    PrestaShop Newbie

  • 16 Oct 2008
  • Members
  • Pip
  • 3 posts

Posted 31 October 2008 - 02:27 AM

:-)

Hi R2D2

Thanks for that. It really does work. I have quite a lot of products and categories and it drops the time by 70% per click Shop is at www.cornelio.es/bioshop/ and I find it acceptable now.... do you?

Thanks again for taking the time to help. You are a gentleman and scholar!! :-))

Kind Regards

Malcolm

#20 Digital Cipher

    PrestaShop Apprentice

  • 31 Aug 2008
  • Members
  • PipPip
  • 26 posts

Posted 07 November 2008 - 02:28 AM

Hi all

I've changed $smarty->force_compile = false; and my front end is running alot better, thanks R2D2 for the info.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users