Jump to content

agusluc

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Location
    Arg
  • Activity
    Freelancer

agusluc's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. YESS!!!!!!!!!!!!!!!!!! i solve the problem the mod_rewrite was indeed loaded, but as default is disabled (that why we need the rule "RewriteEngine on" in the htacces). The option AllowOverride was set to "off" in the httpd.conf, so the rule "RewriteEngine on" wasn't having any effect in the htaccess I changed the AllowOverride to on, and now is working.
  2. i'm loosing my mind, i tried everything i know, everything i found in google, nothing works :S the module is loaded, is under "loaded modules" in the phpinfo(); , all the prestashop settings seems to be correct, the .htacces seems correct I tried using RewriteLog and RewriteLogLevel instructions in the httpd.conf in order to get some debug output, but nothing, the log file is empty I really don't know what else should i try
  3. already tried that, it don't work. I think this is more related with some server-side configuration
  4. still not working, with or without www the behaviour of the site remains unchanged
  5. settings.inc.php? I changed the data for the media servers, and for the mysql conection. Should i change anything else? i think is all ok there, the site works fine with the SEO url's disabled
  6. I migrated my store to a new server (and new domain). The site is working, except for the SEO URL's, when i activate them, only the index work, any other URL throws a 404 error I regenerated the htaccess, cleaned all the cache, etc... nothing works. Here is my htacces: http://paste.ubuntu.com/5664837/ All the request of the domain chanchitospochocleros.com are handled by a apache virtualhost that point to the folder /var/www/html/chanchitospochocleros on my server, maybe it have someting to do with this, but i don't see how
  7. I updated my PS from 1.5.3.1 yo 1.5.4.0, and now the carriers options don't show up during buy process. They are listed in the backend, but when a client have to select one, there is none. I even deleted all the carriers and created new ones, but the problem remains. Any ideas?
  8. @prestahsopninja Do u have any idea what can be affecting the load time of config and init? those 18s are killing me and i run out of ideas
  9. Hi, i'm having this problem, if i enable smarty cache every single one of my pages is having this error. (i'm using 1.5.4.0) Undefined index: unifunc (/home/mafel/public_html/prestashop/tools/smarty/sysplugins/smarty_internal_templatebase.php, line 281)[/color] [size=4]I tried all posible combinations (don't rebuild, force rebuild, enable/disable, cleaned all the smarty cache files from ftp, etc, nothing solve the problem). I think is related to the categories block module, i found this error reported in the bug tracker in older versions of prestashop (15.1, 1.5.2), but the problem remains[/size]
  10. the mysql cache is enable @elpatron. Now i have a more big problem, on my attemps to optimize the store, i was disabling/enabling modules but at some point the smarty cache got broken and now can't get it work. If i enable the smarty cache i got this error in all categories/product page: Fatal error: Function name must be a string in /home/xxx/public_html/prestashop/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 281 I tried all posible configuration for smarty (enable, disable, force recompile, recompile only if template changed, etc) NOTHING WORK, i cleaned up the cache files from the ftp, didn't work. Prestashop is putting my patience to the test
  11. yes, the database is a bit overloaded, i had to talk with my hosting provider about that. But if u look, the loading time of config and init is almost the 80% of the load time. I disable allmost all the modules, i'm running just the bare basics (categories, features products, permanent links, cart and pay plataforms.). I think that a few as said here, the problem is the cache. Those slow load times only happen the first time that someone visit the page after a while of inactivity, my guess is that the regeneration of the cache (plus an slow sql server) is the problem here, because all the subsquent visits load the pages load in less than a 1 second. This are the times of a 2nd load: Load time: 610ms I hope it is a shared hosting config: 163ms constructor: 0ms init: 37ms checkAccess: 0ms setMedia: 0ms postProcess: 0ms initHeader: 0ms initContent: 309ms initFooter: 20ms display: 81ms Hook processing: 338ms / 11.93 Mb displayTop: 134ms / 4.87 Mb displayHeader: 102ms / 4.5 Mb displayHome: 58ms / 0.98 Mb displayFooter: 20ms / 0.15 Mb displayRightColumn: 12ms / 0.58 Mb moduleRoutes: 9ms / 0.85 Mb displayLeftColumn: 2ms / 0.01 Mb DisplayOverrideTemplate: 0ms / 0 Mb actionDispatcher: 0ms / 0 Mb actionFrontControllerSetMedia: 0ms / 0 Mb As you can see, once the cache is generated, the site go really fast, but as soon as the cache expires, the next visit will have an extremely slow load time i think u should develepor your own system, prestashop is designed for small-medium stores, the scale of your site is too big for prestashop in my opinion. My advice: take symphony 2 framework and code your own system. You should also check for the optimizations in your dedicated server
  12. I'm working in a new site (i'm the only visitor), is well optimized (all types of cache enable, 3 cookie-les subdomains for static content..it scores 91/100 in pingdom tools and 90/100 in google page speed). When i'm working in the site, it go really smooth, pages load almost instant, BUT if i don't visit the site for a while, lets say..1hour, then i visit the site again it takes like 15 seconds to respond (the browser get stuck in "waiting xxxx.com"), once the site respond it loads almost instant, and all my subsequent page views work perfect. I think the reason is because the filesystem cache expire and prestashop have to regenerate it, look the result of profiling: (After this first slow load, the site loads in less than 1 second (because of the cache), but as soon as the cache expires, i have this problem.) Load time: 18.898s You'd better run your shop on a toaster config: 8.46s constructor: 0ms init: 6.496s checkAccess: 0ms setMedia: 0ms postProcess: 0ms initHeader: 0ms initContent: 3.559s initFooter: 191ms display: 192ms Hook processing: 3.95s / 12.81 Mb displayHeader: 2.398s / 4.51 Mb displayTop: 794ms / 4.75 Mb displayHome: 259ms / 1.03 Mb moduleRoutes: 201ms / 1.02 Mb displayFooter: 191ms / 0.22 Mb displayRightColumn: 105ms / 1.28 Mb displayLeftColumn: 3ms / 0.01 Mb DisplayOverrideTemplate: 0ms / 0 Mb displayMyAccountBlock: 0ms / 0 Mb actionDispatcher: 0ms / 0 Mb actionFrontControllerSetMedia: 0ms / 0 Mb Memory peak usage: 26.89 Mb config: 9.14 Mb constructor: 0 Mb init: 4.76 Mb checkAccess: 0 Mb setMedia: 0 Mb postProcess: 0 Mb initHeader: 0.01 Mb initContent: 11.6 Mb initFooter: 0.24 Mb display: 0.44 Mb Total cache size (in Cache class): 0.46 Mb DB type: DbPDO SQL Queries: 183 queries Time spent querying: 1.122s
×
×
  • Create New...