View Issue Details

IDProjectCategoryView StatusLast Update
0002876OXID eShop (all versions)4.05. Performancepublic2012-12-10 13:29
Reportertjungcl 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionPast development 
Target VersionFixed in Version4.5.1 revision 38045 
Summary0002876: missing picture in details view causes ajax load of startpage
DescriptionIf you have a product without any picture and open it in details view, the page tries to load the picture, finds none and the ajax-load gets redirected to the startpage (unvisible for the user).

The load of the startpage can have several unpleasent effects: more traffic, server-load, incorrect statistics for the start page.

Its even possible that server side logic is affected when session values are modified on the start page. (I found the bug this way).
Steps To Reproduce- create new product with nothing but a title
- open that product and look at access-log

TagsPerformance
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2011-05-13 16:30

reporter   ~0004576

@developers: check from source code side if such issue exist

Arunas

2011-06-09 12:04

reporter   ~0004727

fixed, when there are no article images, "the image preloader" isn't included at all.