Jump to content

ironboy

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Activity
    Developer

ironboy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i am still learning about the module and hook concept. i find that it is quite complex to even customize a module to attach to a new hook, if it does not exist yet. Pardon me, but i try to look into opencart, it seems fairly simple. I'm still at the evaluation phase therefore I tend to compare a lot.
  2. Sounds good. I will consider the cache module. it is the only existing dedicated server I can install prestashop. Unless I can convince my client to subscribe a linux server, i do not have the luxury to try and run a comparison benchmark test. do you think the performance will improve significantly?
  3. may i know which version has bug? i'm using 1.6.0.9 and wish to try all methods to improve the speed of my website
  4. Thanks for the tips. Does the html cache module mostly rely on browser cache? I'm just wondering if it can improve the loading when user first time access a particular page.
  5. Hi experts, I have just setup a prestashop 1.609 instance in a dedicated server and did some performance finetuning. It runs considerably fast now but i'm not sure whether there is still room for improvement with the current hardware specs. I was pretty happy with the result until when i also installed another cart, opencart, the sake of comparison, i notice it is blazing fast as compared to prestashop. Below are the current configurations and profiling results. Notes: Only the default sample products are installed, but I'm using a paid template. Any thought? Window Server 2008 R2 Intel Xeon CPU E5 1.8GHz (2 processors) 32 GB RAM WAMP with fastcgi and opcache enabled. zlib.output_compression = On zlib.output_compression_level = 6 Smarty cache enabled in prestashop. Smart cache for CSS - Yes Smart cache for JavaScript -Yes Minify HTML - No Compress inline JavaScript in HTML - No Move JavaScript to the end - Yes Apache optimization - Yes Load time: 437 ms Good boy! That's what I call a webserver! Execution Load time (ms) config 172 constructor 0 init 16 checkAccess 0 setMedia 0 postProcess 0 initHeader 0 initContent 172 initFooter 31 display 47 Hook processing: 234 ms / 5.39 Mb 69 methods called in 32 modules Hook Processing displayTop 1.49 Mb in 62 ms displayHome 0.86 Mb in 62 ms displayFooter 0.18 Mb in 31 ms displayHeader 1.92 Mb in 31 ms moduleRoutes 0.31 Mb in 16 ms displayslideshow 0.01 Mb in 16 ms displayLeftColumn 0.31 Mb in 16 ms displayTopColumn 0.02 Mb in 0 ms displayMainmenu 0.04 Mb in 0 ms displayFootertop 0.02 Mb in 0 ms displayFooterbottom 0.02 Mb in 0 ms displayMapLocal 0.00 Mb in 0 ms displayNav 0.03 Mb in 0 ms displayBottom 0.04 Mb in 0 ms displayContentBottom 0.11 Mb in 0 ms actionObjectAddAfter 0.00 Mb in 0 ms displayHomeTab 0.00 Mb in 0 ms actionFrontControllerSetMedia 0.00 Mb in 0 ms actionDispatcher 0.00 Mb in 0 ms displayHomeTabContent 0.00 Mb in 0 ms DisplayOverrideTemplate 0.00 Mb in 0 ms actionObjectConnectionAddAfter 0.00 Mb in 0 ms actionObjectConnectionAddBefore 0.00 Mb in 0 ms actionObjectAddBefore 0.00 Mb in 0 ms displayBanner 0.02 Mb in 0 ms Memory peak usage: 9.5 Mb Execution Memory (Mb) Total (Mb) config 2.98 3.0 constructor 0.00 3.0 init 0.53 3.5 checkAccess 0.00 3.5 setMedia 0.04 3.6 postProcess 0.00 3.6 initHeader 0.00 3.6 initContent 4.60 8.5 initFooter 0.19 8.5 display 0.52 9.5 Total cache size (in Cache class): 0.79 Mb DB type: DbPDO SQL Queries: 199 queries Time spent querying: 125 ms Included files: 283 Size of included files: 4.87 Mb Globals (> 1 Ko only): 464 Ko_MODULES ≈ 279 Ko _LANG ≈ 132.6 Ko context ≈ 39.1 Ko _SERVER ≈ 7.8 Ko _COOKIE ≈ 1.2 Ko
×
×
  • Create New...